Class SoFullSceneAntialiasingElement


  • public class SoFullSceneAntialiasingElement
    extends SoElement
    Stores the current Full-Scene Antialising state. This element stores the current Full-Scene Antialising state.
    See Also:
    SoFullSceneAntialiasing, SoWinGLWidget SoXtGLWidget, SoQtGLWidget
    • Method Detail

      • 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.