SoShapeHintsElementSet Method (SoState, SoNode, Boolean) |
Indicates if VBO is used from the state.
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,
SoNode name_21829,
bool useVBO
)
Public Shared Sub Set (
state As SoState,
name_21829 As SoNode,
useVBO As Boolean
)
public:
static void Set(
SoState^ state,
SoNode^ name_21829,
bool useVBO
)
static member Set :
state : SoState *
name_21829 : SoNode *
useVBO : bool -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- name_21829
- Type: OIV.Inventor.NodesSoNode
- useVBO
- Type: SystemBoolean
Remarks See Also