Class SoFullSceneAntialiasingElement

java.lang.Object
com.openinventor.inventor.Inventor
com.openinventor.inventor.elements.SoElement
com.openinventor.inventor.elements.SoFullSceneAntialiasingElement

public class SoFullSceneAntialiasingElement extends SoElement
Stores the current Full-Scene Antialising state. This element stores the current Full-Scene Antialising state.
See Also:
  • Method Details

    • set

      public static void set(SoState state, boolean on, boolean currOn, int filter)
      Sets the current Full-Scene Antialising attributes in the state.
    • 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. ] *
    • push

      public void push(SoState state)
      Push copies the values from the previous element.
      Overrides:
      push in class SoElement
    • getInstance

      public static SoFullSceneAntialiasingElement getInstance(SoState state)
      Returns the top (current) instance of the element in the state. Note it does NOT cause cache dependency! It also casts away the const.