Uses of Enum Class
com.openinventor.inventor.nodes.SoTexture3.Layouts
Packages that use SoTexture3.Layouts
-
Uses of SoTexture3.Layouts in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoTexture3.LayoutsModifier and TypeFieldDescriptionfinal SoSFEnum
<SoTexture3.Layouts> SoTexture3.layout
Indicates whether the data layout is a volumetric texture VOLUME or an array of bi-dimensional textures ARRAY.Methods in com.openinventor.inventor.nodes that return SoTexture3.LayoutsModifier and TypeMethodDescriptionstatic SoTexture3.Layouts
SoTexture3.Layouts.valueOf
(int val) Returns the enum constant of this type with the specified integer valuestatic SoTexture3.Layouts
Returns the enum constant of this class with the specified name.static SoTexture3.Layouts[]
SoTexture3.Layouts.values()
Returns an array containing the constants of this enum class, in the order they are declared.