Uses of Enum Class
com.openinventor.inventor.nodes.SoTexture.Models
Packages that use SoTexture.Models
-
Uses of SoTexture.Models in com.openinventor.inventor.actions
Methods in com.openinventor.inventor.actions that return SoTexture.ModelsModifier and TypeMethodDescriptionSoCallbackAction.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.ModelsModifier and TypeFieldDescriptionfinal SoSFEnum
<SoTexture.Models> SoTexture.model
Specifies how to map texture onto surface.Methods in com.openinventor.inventor.nodes that return SoTexture.ModelsModifier and TypeMethodDescriptionstatic SoTexture.Models
SoTexture.Models.valueOf
(int val) Returns the enum constant of this type with the specified integer valuestatic SoTexture.Models
Returns the enum constant of this class with the specified name.static SoTexture.Models[]
SoTexture.Models.values()
Returns an array containing the constants of this enum class, in the order they are declared.