Uses of Enum Class
com.openinventor.inventor.nodes.SoTexture.Filters
Packages that use SoTexture.Filters
-
Uses of SoTexture.Filters in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoTexture.FiltersModifier and TypeFieldDescriptionfinal SoSFEnum
<SoTexture.Filters> SoTexture.magFilter
Specifies the OpenGL magFilter.final SoSFEnum
<SoTexture.Filters> SoTexture.minFilter
Specifies the OpenGL minFilter.Methods in com.openinventor.inventor.nodes that return SoTexture.FiltersModifier and TypeMethodDescriptionstatic SoTexture.Filters
SoTexture.Filters.valueOf
(int val) Returns the enum constant of this type with the specified integer valuestatic SoTexture.Filters
Returns the enum constant of this class with the specified name.static SoTexture.Filters[]
SoTexture.Filters.values()
Returns an array containing the constants of this enum class, in the order they are declared.