Package gaia.cu9.ari.gaiaorbit.render
Class SGRAbstract
- java.lang.Object
-
- gaia.cu9.ari.gaiaorbit.render.SGRAbstract
-
- Direct Known Subclasses:
SGR
,SGRCubemap
,SGRFov
,SGRStereoscopic
public class SGRAbstract extends java.lang.Object
Abstract implementation with some useful methods for all SGRs.
-
-
Field Summary
Fields Modifier and Type Field Description protected com.badlogic.gdx.utils.viewport.Viewport
extendViewport
Viewport to use in normal modeprotected RenderingContext
rc
-
Constructor Summary
Constructors Constructor Description SGRAbstract()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
postprocessCapture(IPostProcessor.PostProcessBean ppb, com.badlogic.gdx.graphics.glutils.FrameBuffer fb, int rw, int rh)
protected void
postprocessRender(IPostProcessor.PostProcessBean ppb, com.badlogic.gdx.graphics.glutils.FrameBuffer fb, boolean postproc, ICamera camera, int rw, int rh)
-
-
-
Field Detail
-
rc
protected RenderingContext rc
-
extendViewport
protected com.badlogic.gdx.utils.viewport.Viewport extendViewport
Viewport to use in normal mode
-
-
Method Detail
-
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)
-
-