Uses of Enum Class
com.openinventor.inventor.nodes.SoVertexProperty.Bindings
Packages that use SoVertexProperty.Bindings
-
Uses of SoVertexProperty.Bindings in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoVertexProperty.BindingsModifier and TypeFieldDescriptionSoVertexProperty.materialBinding
Material binding.SoVertexProperty.normalBinding
Normal binding.SoVertexProperty.tangentBinding
Tangent binding.Methods in com.openinventor.inventor.nodes that return SoVertexProperty.BindingsModifier and TypeMethodDescriptionstatic SoVertexProperty.Bindings
SoVertexProperty.Bindings.valueOf
(int val) Returns the enum constant of this type with the specified integer valuestatic SoVertexProperty.Bindings
Returns the enum constant of this class with the specified name.static SoVertexProperty.Bindings[]
SoVertexProperty.Bindings.values()
Returns an array containing the constants of this enum class, in the order they are declared.