SoTextureCoordinateBindingElementSet Method (SoState, SoNode, SoTextureCoordinateBindingElementBindings) |
Sets the current texture binding in 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_23685,
SoTextureCoordinateBindingElementBindings binding
)
Public Shared Sub Set (
state As SoState,
name_23685 As SoNode,
binding As SoTextureCoordinateBindingElementBindings
)
public:
static void Set(
SoState^ state,
SoNode^ name_23685,
SoTextureCoordinateBindingElementBindings binding
)
static member Set :
state : SoState *
name_23685 : SoNode *
binding : SoTextureCoordinateBindingElementBindings -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- name_23685
- Type: OIV.Inventor.NodesSoNode
- binding
- Type: OIV.Inventor.ElementsSoTextureCoordinateBindingElementBindings
Remarks See Also