Uses of Class
com.openinventor.inventor.nodes.SoTexture3.Layouts
-
Packages that use SoTexture3.Layouts Package Description com.openinventor.inventor.nodes -
-
Uses of SoTexture3.Layouts in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoTexture3.Layouts Modifier and Type Field Description 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.Layouts Modifier and Type Method Description static SoTexture3.Layouts
SoTexture3.Layouts. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoTexture3.Layouts
SoTexture3.Layouts. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoTexture3.Layouts[]
SoTexture3.Layouts. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-