Class SoTextureQualityElement
- java.lang.Object
-
- com.openinventor.inventor.Inventor
-
- com.openinventor.inventor.elements.SoElement
-
- com.openinventor.inventor.elements.SoFloatElement
-
- com.openinventor.inventor.elements.SoTextureQualityElement
-
public class SoTextureQualityElement extends SoFloatElement
Stores the current texture quality. This element stores the current texture quality.- See Also:
SoShapeHints
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.openinventor.inventor.Inventor
Inventor.ConstructorCommand
-
-
Field Summary
-
Fields inherited from class com.openinventor.inventor.Inventor
VERBOSE_LEVEL, ZeroHandle
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static float
get(SoState state)
Returns current texture quality from the state.static int
getClassStackIndex()
Deprecated.As of Open Inventor 9300.static float
getDefault()
Returns the default texture quality.static boolean
isSetInState(SoState state)
Returns true if element has been set in set.static void
set(SoState state, float qual)
Sets the current texture quality in the state.-
Methods inherited from class com.openinventor.inventor.elements.SoElement
getClassStackIndex, pop, push
-
Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
-
-
-
Method Detail
-
getClassStackIndex
@Deprecated public static int getClassStackIndex()
Deprecated.As of Open Inventor 9300. replaced by SoElement.getClassStackIndex(Class)Returns the stack id for this element. ] *
-
isSetInState
public static boolean isSetInState(SoState state)
Returns true if element has been set in set.
-
set
public static void set(SoState state, float qual)
Sets the current texture quality in the state.
-
getDefault
public static float getDefault()
Returns the default texture quality.
-
get
public static float get(SoState state)
Returns current texture quality from the state.
-
-