Class ShadowMapImpl

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

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

    Constructors
    Constructor Description
    ShadowMapImpl​(com.badlogic.gdx.math.Matrix4 trans, com.badlogic.gdx.graphics.Texture tex)  
  • Method Summary

    Modifier and Type Method Description
    com.badlogic.gdx.graphics.g3d.utils.TextureDescriptor<com.badlogic.gdx.graphics.Texture> getDepthMap()  
    com.badlogic.gdx.math.Matrix4 getProjViewTrans()  
    void setDepthMap​(com.badlogic.gdx.graphics.Texture tex)  
    void setProjViewTrans​(com.badlogic.gdx.math.Matrix4 mat)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)