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