Package com.openinventor.inventor.nodes
Class SoShadowStyle
- java.lang.Object
-
- com.openinventor.inventor.Inventor
-
- com.openinventor.inventor.misc.SoBase
-
- com.openinventor.inventor.fields.SoFieldContainer
-
- com.openinventor.inventor.nodes.SoNode
-
- com.openinventor.inventor.nodes.SoShadowStyle
-
- All Implemented Interfaces:
SafeDisposable
public class SoShadowStyle extends SoNode
Shadow style property node. This node specifies the shadow style for all subsequentSoShadowGroup
nodes. The shadow style is used to determine if shapes cast a shadow and/or can be shadowed.File format/default:
ShadowStyle {
style CASTS_SHADOW_AND_SHADOWED - See Also:
SoShadowGroup
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SoShadowStyle.ShadowStyles
Shadow style type.-
Nested classes/interfaces inherited from class com.openinventor.inventor.nodes.SoNode
SoNode.RenderModes
-
Nested classes/interfaces inherited from class com.openinventor.inventor.Inventor
Inventor.ConstructorCommand
-
-
Field Summary
Fields Modifier and Type Field Description SoSFBitMask<SoShadowStyle.ShadowStyles>
style
Shadow style.-
Fields inherited from class com.openinventor.inventor.Inventor
VERBOSE_LEVEL, ZeroHandle
-
-
Constructor Summary
Constructors Constructor Description SoShadowStyle()
Default constructor.
-
Method Summary
-
Methods inherited from class com.openinventor.inventor.nodes.SoNode
affectsState, callback, copy, copy, distribute, doAction, getAlternateRep, getBoundingBox, getByName, getMatrix, getPrimitiveCount, getRenderEngineMode, getRenderUnitID, GLRender, GLRenderBelowPath, GLRenderInPath, GLRenderOffPath, grabEventsCleanup, grabEventsSetup, handleEvent, isBoundingBoxIgnoring, isOverride, pick, rayPick, search, setOverride, touch, write
-
Methods inherited from class com.openinventor.inventor.fields.SoFieldContainer
copyFieldValues, copyFieldValues, enableNotify, fieldsAreEqual, get, getAllFields, getEventIn, getEventOut, getField, getFieldName, hasDefaultValues, isNotifyEnabled, set, setToDefaults
-
Methods inherited from class com.openinventor.inventor.misc.SoBase
dispose, getName, isDisposable, isSynchronizable, setName, setSynchronizable
-
Methods inherited from class com.openinventor.inventor.Inventor
getNativeResourceHandle
-
-
-
-
Field Detail
-
style
public final SoSFBitMask<SoShadowStyle.ShadowStyles> style
Shadow style. Bit flag combination ofShadowStyle
.
-
-