Uses of Class
com.openinventor.inventor.nodes.SoTexture.InternalFormats
-
Packages that use SoTexture.InternalFormats Package Description com.openinventor.inventor.nodes -
-
Uses of SoTexture.InternalFormats in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoTexture.InternalFormats Modifier and Type Field Description SoSFEnum<SoTexture.InternalFormats>
SoTexture. internalFormat
Internal format for texture storage.Methods in com.openinventor.inventor.nodes that return SoTexture.InternalFormats Modifier and Type Method Description static SoTexture.InternalFormats
SoTexture.InternalFormats. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoTexture.InternalFormats
SoTexture.InternalFormats. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoTexture.InternalFormats[]
SoTexture.InternalFormats. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-