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