Class SoTextureQualityElement


public class SoTextureQualityElement extends SoFloatElement
Stores the current texture quality. This element stores the current texture quality.

See Also:
  • Method Details

    • getClassStackIndex

      @Deprecated(since="9.3.0.0") public static int getClassStackIndex()
      Deprecated.
      As of Open Inventor 9.3.0.0. 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.