- Timestamp:
- 03/05/07 18:05:16 (18 years ago)
- Location:
- GTP/trunk/Lib/Illum/IllumModule/OgreIllumModule/src/RenderingRuns
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Illum/IllumModule/OgreIllumModule/src/RenderingRuns/OgreDepthShadowMapRenderingRun.cpp
r2182 r2189 315 315 depthMapCamera->setFOVy(lightangle); 316 316 depthMapCamera->setAspectRatio(1); 317 depthMapCamera->setNearClipDistance( 0.1);317 depthMapCamera->setNearClipDistance(OgreIlluminationManager::getSingleton().getAreaLightRadius()); 318 318 depthMapCamera->setFarClipDistance(1.0); 319 319 }
Note: See TracChangeset
for help on using the changeset viewer.