Uses of Class
com.openinventor.inventor.elements.SoMaterialBindingElement.Bindings
-
Packages that use SoMaterialBindingElement.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 SoMaterialBindingElement.Bindings in com.openinventor.inventor.elements
Methods in com.openinventor.inventor.elements that return SoMaterialBindingElement.Bindings Modifier and Type Method Description static SoMaterialBindingElement.Bindings
SoMaterialBindingElement. get(SoState state)
Returns current material binding from the state.static SoMaterialBindingElement.Bindings
SoMaterialBindingElement. getDefault()
Returns the default material binding.static SoMaterialBindingElement.Bindings
SoMaterialBindingElement.Bindings. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoMaterialBindingElement.Bindings
SoMaterialBindingElement.Bindings. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoMaterialBindingElement.Bindings[]
SoMaterialBindingElement.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 SoMaterialBindingElement.Bindings Modifier and Type Method Description static void
SoMaterialBindingElement. set(SoState state, SoMaterialBindingElement.Bindings binding)
Sets the current material binding in the state.static void
SoMaterialBindingElement. set(SoState state, SoNode name_15429, SoMaterialBindingElement.Bindings binding)
Sets the current material binding in the state.
-