Uses of Class
com.openinventor.inventor.elements.SoTextureCoordinateBindingElement.Bindings
-
Packages that use SoTextureCoordinateBindingElement.Bindings Package Description com.openinventor.inventor.elements The element classes are used internally for storing information in Open Inventor's traversal state list. -
-
Uses of SoTextureCoordinateBindingElement.Bindings in com.openinventor.inventor.elements
Methods in com.openinventor.inventor.elements that return SoTextureCoordinateBindingElement.Bindings Modifier and Type Method Description static SoTextureCoordinateBindingElement.Bindings
SoTextureCoordinateBindingElement. get(SoState state)
Calls get(state, (int)0).static SoTextureCoordinateBindingElement.Bindings
SoTextureCoordinateBindingElement. get(SoState state, int unit)
Returns current texture binding from the state.static SoTextureCoordinateBindingElement.Bindings
SoTextureCoordinateBindingElement. getDefault()
Returns the default texture binding.static SoTextureCoordinateBindingElement.Bindings
SoTextureCoordinateBindingElement.Bindings. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoTextureCoordinateBindingElement.Bindings
SoTextureCoordinateBindingElement.Bindings. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoTextureCoordinateBindingElement.Bindings[]
SoTextureCoordinateBindingElement.Bindings. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openinventor.inventor.elements with parameters of type SoTextureCoordinateBindingElement.Bindings Modifier and Type Method Description static void
SoTextureCoordinateBindingElement. set(SoState state, SoTextureCoordinateBindingElement.Bindings binding)
Sets the current texture binding in the state.static void
SoTextureCoordinateBindingElement. set(SoState state, SoNode name_23576, SoTextureCoordinateBindingElement.Bindings binding)
Sets the current texture binding in the state.
-