Class RenderModeCubemap

java.lang.Object
gaiasky.render.process.RenderModeAbstract
gaiasky.render.process.RenderModeCubemap
Direct Known Subclasses:
RenderModeCubemapProjections

public abstract class RenderModeCubemap extends RenderModeAbstract
  • Field Details

    • aux1

      protected com.badlogic.gdx.math.Vector3 aux1
    • aux2

      protected com.badlogic.gdx.math.Vector3 aux2
    • aux3

      protected com.badlogic.gdx.math.Vector3 aux3
    • dirEffective

      protected com.badlogic.gdx.math.Vector3 dirEffective
    • upEffective

      protected com.badlogic.gdx.math.Vector3 upEffective
    • dirBackup

      protected com.badlogic.gdx.math.Vector3 dirBackup
    • upBackup

      protected com.badlogic.gdx.math.Vector3 upBackup
    • dirUpCrs

      protected com.badlogic.gdx.math.Vector3 dirUpCrs
    • stretchViewport

      protected com.badlogic.gdx.utils.viewport.StretchViewport stretchViewport
    • frameBufferCubeMap

      protected Map<Integer,com.badlogic.gdx.graphics.glutils.FrameBuffer> frameBufferCubeMap
    • fovBackup

      protected float fovBackup
    • zPosFb

      protected com.badlogic.gdx.graphics.glutils.FrameBuffer zPosFb
    • zNegFb

      protected com.badlogic.gdx.graphics.glutils.FrameBuffer zNegFb
    • xPosFb

      protected com.badlogic.gdx.graphics.glutils.FrameBuffer xPosFb
    • xNegFb

      protected com.badlogic.gdx.graphics.glutils.FrameBuffer xNegFb
    • yPosFb

      protected com.badlogic.gdx.graphics.glutils.FrameBuffer yPosFb
    • yNegFb

      protected com.badlogic.gdx.graphics.glutils.FrameBuffer yNegFb
    • zPosFlag

      protected boolean zPosFlag
    • zNegFlag

      protected boolean zNegFlag
    • xPosFlag

      protected boolean xPosFlag
    • xNegFlag

      protected boolean xNegFlag
    • yPosFlag

      protected boolean yPosFlag
    • yNegFlag

      protected boolean yNegFlag
    • angleFromZenith

      protected float angleFromZenith
  • Constructor Details

    • RenderModeCubemap

      protected RenderModeCubemap()
  • Method Details

    • renderCubemapSides

      protected void renderCubemapSides(ISceneRenderer sgr, ICamera camera, double t, int rw, int rh, IPostProcessor.PostProcessBean ppb)
    • postRender

      protected void postRender(com.badlogic.gdx.graphics.glutils.FrameBuffer fb)
    • renderFace

      protected void renderFace(com.badlogic.gdx.graphics.glutils.FrameBuffer fb, ICamera camera, ISceneRenderer sgr, IPostProcessor.PostProcessBean ppb, int rw, int rh, int wh, double t)
    • renderRegularFace45

      protected void renderRegularFace45(com.badlogic.gdx.graphics.glutils.FrameBuffer fb, ICamera camera, ISceneRenderer sgr, IPostProcessor.PostProcessBean ppb, int rw, int rh, int wh, double t)
    • renderRegularFace90

      protected void renderRegularFace90(com.badlogic.gdx.graphics.glutils.FrameBuffer fb, ICamera camera, ISceneRenderer sgr, IPostProcessor.PostProcessBean ppb, int rw, int rh, int wh, double t)
    • getKey

      protected int getKey(int w, int h, int extra)
    • getFrameBuffer

      protected com.badlogic.gdx.graphics.glutils.FrameBuffer getFrameBuffer(int w, int h)
    • getFrameBuffer

      protected com.badlogic.gdx.graphics.glutils.FrameBuffer getFrameBuffer(int w, int h, int extra)