Uses of Enum Class
com.openinventor.inventor.nodes.SoTexture.FileTypes
Packages that use SoTexture.FileTypes
-
Uses of SoTexture.FileTypes in com.openinventor.inventor.nodes
Methods in com.openinventor.inventor.nodes that return SoTexture.FileTypesModifier and TypeMethodDescriptionSoTexture.getBitmapFileType()
Gets the texture file format.static SoTexture.FileTypes
SoTexture.FileTypes.valueOf
(int val) Returns the enum constant of this type with the specified integer valuestatic SoTexture.FileTypes
Returns the enum constant of this class with the specified name.static SoTexture.FileTypes[]
SoTexture.FileTypes.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openinventor.inventor.nodes with parameters of type SoTexture.FileTypesModifier and TypeMethodDescriptionstatic SbRasterImage
SoTexture.readTexture
(String filename, SoTexture.FileTypes filetype) Convenience function that loads the image data from any texture file supported by Open Inventor and returns anSbRasterImage
object.void
SoTexture.setBitmapFileType
(SoTexture.FileTypes in_type) Sets the texture file format.