SoTextureEnabledElementSet Method (SoState, Boolean, SoNode) |
Used by GLTextureImageElement, set to true when a non-null image is set, set to false when there is no texture image (the default).
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static void Set(
SoState state,
bool value,
SoNode node
)
Public Shared Sub Set (
state As SoState,
value As Boolean,
node As SoNode
)
public:
static void Set(
SoState^ state,
bool value,
SoNode^ node
)
static member Set :
state : SoState *
value : bool *
node : SoNode -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- value
- Type: SystemBoolean
- node
- Type: OIV.Inventor.NodesSoNode
Remarks See Also