Uses of Class
com.openinventor.inventor.nodes.SoTextureCoordinateBinding.Bindings
-
Packages that use SoTextureCoordinateBinding.Bindings Package Description com.openinventor.inventor.actions com.openinventor.inventor.nodes -
-
Uses of SoTextureCoordinateBinding.Bindings in com.openinventor.inventor.actions
Methods in com.openinventor.inventor.actions that return SoTextureCoordinateBinding.Bindings Modifier and Type Method Description SoTextureCoordinateBinding.Bindings
SoCallbackAction. getTextureCoordinateBinding()
Returns texture information from the state. -
Uses of SoTextureCoordinateBinding.Bindings in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoTextureCoordinateBinding.Bindings Modifier and Type Field Description SoSFEnum<SoTextureCoordinateBinding.Bindings>
SoTextureCoordinateBinding. value
Specifies how to bind texture coordinates to shapes.Methods in com.openinventor.inventor.nodes that return SoTextureCoordinateBinding.Bindings Modifier and Type Method Description static SoTextureCoordinateBinding.Bindings
SoTextureCoordinateBinding.Bindings. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoTextureCoordinateBinding.Bindings
SoTextureCoordinateBinding.Bindings. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoTextureCoordinateBinding.Bindings[]
SoTextureCoordinateBinding.Bindings. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-