Shadow style property node. More...
#include <Inventor/nodes/SoShadowStyle.h>
Public Types | |
enum | ShadowStyle { NO_SHADOWING = 0x00, CASTS_SHADOW = 0x01, SHADOWED = 0x02, CASTS_SHADOW_AND_SHADOWED = 0x03 } |
Public Member Functions | |
virtual SoType | getTypeId () const |
SoShadowStyle () | |
Static Public Member Functions | |
static SoType | getClassTypeId () |
Public Attributes | |
SoSFBitMask | style |
This node specifies the shadow style for all subsequent SoShadowGroup nodes. The shadow style is used to determine if shapes cast a shadow and/or can be shadowed.
style | CASTS_SHADOW_AND_SHADOWED |
SoShadowStyle::SoShadowStyle | ( | ) |
Default constructor.
static SoType SoShadowStyle::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoNode.
virtual SoType SoShadowStyle::getTypeId | ( | ) | const [virtual] |
Returns the type identifier for this specific instance.
Reimplemented from SoNode.
Shadow style.
Bit flag combination of ShadowStyle. Use enum ShadowStyle