Uses of Class
com.openinventor.inventor.nodes.SoTexture.HW_Features
-
Packages that use SoTexture.HW_Features Package Description com.openinventor.inventor.nodes -
-
Uses of SoTexture.HW_Features in com.openinventor.inventor.nodes
Methods in com.openinventor.inventor.nodes that return SoTexture.HW_Features Modifier and Type Method Description static SoTexture.HW_Features
SoTexture.HW_Features. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoTexture.HW_Features
SoTexture.HW_Features. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoTexture.HW_Features[]
SoTexture.HW_Features. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openinventor.inventor.nodes with parameters of type SoTexture.HW_Features Modifier and Type Method Description static boolean
SoTexture. isSupported(SoTexture.HW_Features feature)
Returns information about hardware support for various texture features.
-