Class SGRAbstract

java.lang.Object
gaiasky.render.SGRAbstract
Direct Known Subclasses:
SGR, SGRCubemap, SGRFov, SGROpenVR, SGRStereoscopic

public class SGRAbstract
extends java.lang.Object
Abstract implementation with some useful methods for all SGRs.
  • Field Details

    • resultBuffer

      protected com.badlogic.gdx.graphics.glutils.FrameBuffer resultBuffer
    • rc

      protected RenderingContext rc
    • extendViewport

      protected com.badlogic.gdx.utils.viewport.Viewport extendViewport
      Viewport to use in normal mode
  • Constructor Details

    • SGRAbstract

      public SGRAbstract()
  • Method Details

    • postprocessCapture

      protected boolean postprocessCapture​(IPostProcessor.PostProcessBean ppb, com.badlogic.gdx.graphics.glutils.FrameBuffer fb, int rw, int rh)
    • postprocessRender

      protected void postprocessRender​(IPostProcessor.PostProcessBean ppb, com.badlogic.gdx.graphics.glutils.FrameBuffer fb, boolean postproc, ICamera camera, int rw, int rh)
    • getRenderingContext

      public RenderingContext getRenderingContext()
    • getResultBuffer

      public com.badlogic.gdx.graphics.glutils.FrameBuffer getResultBuffer()
    • sendOrientationUpdate

      protected void sendOrientationUpdate​(com.badlogic.gdx.graphics.PerspectiveCamera cam, int w, int h)