Class SoViewportRegionElement


public class SoViewportRegionElement extends SoElement
Stores the current viewport region. This element stores the current viewport region, which indicates which part of the window is being rendered into. This information is also needed during picking and bounding box computation to determine sizes/locations of screen-space objects.

See Also:
  • Method Details

    • set

      public static void set(SoState state, SbViewportRegion vpReg)
      Calls set(state, vpReg, true).
    • 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. ] *
    • set

      public static void set(SoState state, SbViewportRegion vpReg, boolean sendToGL)
      Sets the viewport region. This method will (indirectly) call glViewport with the new values unless the 'sendToGL' parameter is explicitly false.
    • get

      public static SbViewportRegion get(SoState state)
      Returns current viewport region from the state.