Package gaia.cu9.ari.gaiaorbit.render
Class SGRFov
- java.lang.Object
-
- gaia.cu9.ari.gaiaorbit.render.SGRAbstract
-
- gaia.cu9.ari.gaiaorbit.render.SGRFov
-
- All Implemented Interfaces:
com.badlogic.gdx.utils.Disposable
,ISGR
public class SGRFov extends SGRAbstract implements ISGR
Renders the Gaia Field of View camera mode. Positions two cameras inside gaia, each looking through one of the apertures, and renders them in the same viewport with a CCD texture.
-
-
Field Summary
-
Fields inherited from class gaia.cu9.ari.gaiaorbit.render.SGRAbstract
extendViewport, rc
-
-
Constructor Summary
Constructors Constructor Description SGRFov()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dispose()
void
render(SceneGraphRenderer sgr, ICamera camera, double t, int rw, int rh, com.badlogic.gdx.graphics.glutils.FrameBuffer fb, IPostProcessor.PostProcessBean ppb)
Renders the scenevoid
resize(int w, int h)
Resizes the assets of this renderer to the given new size-
Methods inherited from class gaia.cu9.ari.gaiaorbit.render.SGRAbstract
postprocessCapture, postprocessRender
-
-
-
-
Method Detail
-
render
public void render(SceneGraphRenderer sgr, ICamera camera, double t, int rw, int rh, com.badlogic.gdx.graphics.glutils.FrameBuffer fb, IPostProcessor.PostProcessBean ppb)
Description copied from interface:ISGR
Renders the scene
-
resize
public void resize(int w, int h)
Description copied from interface:ISGR
Resizes the assets of this renderer to the given new size
-
dispose
public void dispose()
- Specified by:
dispose
in interfacecom.badlogic.gdx.utils.Disposable
-
-