Class CubemapProjectionsFilter


  • public final class CubemapProjectionsFilter
    extends Filter<CubemapProjectionsFilter>
    Cubemap projections (spherical, cylindrical, hammer, fisheye) filter.
    • Constructor Detail

      • CubemapProjectionsFilter

        public CubemapProjectionsFilter​(float w,
                                        float h)
    • Method Detail

      • setSides

        public void setSides​(com.badlogic.gdx.graphics.glutils.FrameBuffer xpositive,
                             com.badlogic.gdx.graphics.glutils.FrameBuffer xnegative,
                             com.badlogic.gdx.graphics.glutils.FrameBuffer ypositive,
                             com.badlogic.gdx.graphics.glutils.FrameBuffer ynegative,
                             com.badlogic.gdx.graphics.glutils.FrameBuffer zpositive,
                             com.badlogic.gdx.graphics.glutils.FrameBuffer znegative)
      • setViewportSize

        public void setViewportSize​(float width,
                                    float height)
      • setPlanetariumAperture

        public void setPlanetariumAperture​(float ap)
      • setPlanetariumAngle

        public void setPlanetariumAngle​(float angle)