Class ShadowMapImpl

java.lang.Object
gaiasky.render.ShadowMapImpl
All Implemented Interfaces:
com.badlogic.gdx.graphics.g3d.environment.ShadowMap

public class ShadowMapImpl extends Object implements com.badlogic.gdx.graphics.g3d.environment.ShadowMap
  • Constructor Details

    • ShadowMapImpl

      public ShadowMapImpl(com.badlogic.gdx.math.Matrix4 trans, com.badlogic.gdx.graphics.Texture tex)
  • Method Details

    • getProjViewTrans

      public com.badlogic.gdx.math.Matrix4 getProjViewTrans()
      Specified by:
      getProjViewTrans in interface com.badlogic.gdx.graphics.g3d.environment.ShadowMap
    • getDepthMap

      public com.badlogic.gdx.graphics.g3d.utils.TextureDescriptor<com.badlogic.gdx.graphics.Texture> getDepthMap()
      Specified by:
      getDepthMap in interface com.badlogic.gdx.graphics.g3d.environment.ShadowMap
    • setProjViewTrans

      public void setProjViewTrans(com.badlogic.gdx.math.Matrix4 mat)
    • setDepthMap

      public void setDepthMap(com.badlogic.gdx.graphics.Texture tex)