Class SoTextureCoordinateBindingElement
java.lang.Object
com.openinventor.inventor.Inventor
com.openinventor.inventor.elements.SoElement
com.openinventor.inventor.elements.SoReplacedTextureElement
com.openinventor.inventor.elements.SoTextureCoordinateBindingElement
Stores the current 3D texture coordinates.
This element stores the current texture coordinate binding.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe choice of values is for compatibility with Open Inventor 2.0 binary format files.Nested classes/interfaces inherited from class com.openinventor.inventor.Inventor
Inventor.ConstructorCommand -
Field Summary
Fields inherited from class com.openinventor.inventor.Inventor
VERBOSE_LEVEL, ZeroHandle -
Method Summary
Modifier and TypeMethodDescriptionCalls get(state, (int)0).Returns current texture binding from the state.static intDeprecated.As of Open Inventor 9.3.0.0.Returns the default texture binding.voidOverridespush()method to copy values from next instance in the stack.static voidset(SoState state, SoTextureCoordinateBindingElement.Bindings binding) Sets the current texture binding in the state.static voidset(SoState state, SoNode name_23002, SoTextureCoordinateBindingElement.Bindings binding) Sets the current texture binding in the state.Methods inherited from class com.openinventor.inventor.elements.SoElement
getClassStackIndex, popMethods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
Method Details
-
get
Calls get(state, (int)0). -
getClassStackIndex
Deprecated.As of Open Inventor 9.3.0.0. replaced by SoElement.getClassStackIndex(Class)Returns the stack id for this element. ] * -
push
Overridespush()method to copy values from next instance in the stack.- Overrides:
pushin classSoReplacedTextureElement
-
set
Sets the current texture binding in the state. -
getDefault
Returns the default texture binding. -
get
Returns current texture binding from the state. -
set
public static void set(SoState state, SoNode name_23002, SoTextureCoordinateBindingElement.Bindings binding) Sets the current texture binding in the state.
-