Interface ShadowMap
-
- All Known Implementing Classes:
DirectionalShadowLight
public interface ShadowMap
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TextureDescriptorgetDepthMap()Matrix4getProjViewTrans()
-
-
-
Method Detail
-
getProjViewTrans
Matrix4 getProjViewTrans()
-
getDepthMap
TextureDescriptor getDepthMap()
-
-