Uses of Enum Class
com.openinventor.inventor.elements.SoMaterialBindingElement.Bindings
Packages that use SoMaterialBindingElement.Bindings
Package
Description
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.BindingsModifier and TypeMethodDescriptionReturns the current material binding from the state.SoMaterialBindingElement.getDefault()
Returns the default material binding.SoMaterialBindingElement.Bindings.valueOf
(int val) Returns the enum constant of this type with the specified integer valueReturns the enum constant of this class with the specified name.static SoMaterialBindingElement.Bindings[]
SoMaterialBindingElement.Bindings.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openinventor.inventor.elements with parameters of type SoMaterialBindingElement.BindingsModifier and TypeMethodDescriptionstatic void
SoMaterialBindingElement.set
(SoState state, SoMaterialBindingElement.Bindings binding) Sets the current material binding in the state.static void
SoMaterialBindingElement.set
(SoState state, SoNode name_14983, SoMaterialBindingElement.Bindings binding) Sets the current material binding in the state.