Package gaiasky.render
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 Summary
ConstructorDescriptionShadowMapImpl
(com.badlogic.gdx.math.Matrix4 trans, com.badlogic.gdx.graphics.Texture tex) -
Method Summary
Modifier and TypeMethodDescriptioncom.badlogic.gdx.graphics.g3d.utils.TextureDescriptor<com.badlogic.gdx.graphics.Texture>
com.badlogic.gdx.math.Matrix4
void
setDepthMap
(com.badlogic.gdx.graphics.Texture tex) void
setProjViewTrans
(com.badlogic.gdx.math.Matrix4 mat)
-
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 interfacecom.badlogic.gdx.graphics.g3d.environment.ShadowMap
-
setProjViewTrans
public void setProjViewTrans(com.badlogic.gdx.math.Matrix4 mat) -
getDepthMap
public com.badlogic.gdx.graphics.g3d.utils.TextureDescriptor<com.badlogic.gdx.graphics.Texture> getDepthMap()- Specified by:
getDepthMap
in interfacecom.badlogic.gdx.graphics.g3d.environment.ShadowMap
-
setDepthMap
public void setDepthMap(com.badlogic.gdx.graphics.Texture tex)
-