SoShapeHintsElementSet Method (SoState, SoNode, Boolean) |
Indicates if VBO is used from the state.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.1.0.0 (10.17.0.0)
Syntaxpublic static void Set(
SoState state,
SoNode name_21326,
bool useVBO
)
Public Shared Sub Set (
state As SoState,
name_21326 As SoNode,
useVBO As Boolean
)
public:
static void Set(
SoState^ state,
SoNode^ name_21326,
bool useVBO
)
static member Set :
state : SoState *
name_21326 : SoNode *
useVBO : bool -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- name_21326
- Type: OIV.Inventor.NodesSoNode
- useVBO
- Type: SystemBoolean
Remarks
See Also