SoGLTextureImageElementSetIsRenderingShadows Method |
Sets the shadows rendering state.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic static void SetIsRenderingShadows(
SoState state,
SoNode node,
bool isRenderingShadows
)
Public Shared Sub SetIsRenderingShadows (
state As SoState,
node As SoNode,
isRenderingShadows As Boolean
)
public:
static void SetIsRenderingShadows(
SoState^ state,
SoNode^ node,
bool isRenderingShadows
)
static member SetIsRenderingShadows :
state : SoState *
node : SoNode *
isRenderingShadows : bool -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- node
- Type: OIV.Inventor.NodesSoNode
- isRenderingShadows
- Type: SystemBoolean
Remarks
See Also