- Timestamp:
- 10/23/06 23:26:11 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Illum/IllumModule/OgreIllumModule/include/RenderingRuns/OgreDepthShadowMapRenderingRun.h
r1628 r1670 56 56 */ 57 57 Matrix4 getLightViewProjMatrix(); 58 Real getLightFarPlane(){return lightFarPlane;} 58 59 59 60 protected: … … 84 85 Texture* depthMapTexture; 85 86 Texture* blurredDepthMapTexture; 87 Real lightFarPlane; 86 88 87 89 //inherited
Note: See TracChangeset
for help on using the changeset viewer.