Ignore:
Timestamp:
03/05/07 18:05:16 (17 years ago)
Author:
szirmay
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Illum/IllumModule/OgreIllumModule/src/RenderingRuns/OgreDepthShadowMapRenderingRun.cpp

    r2182 r2189  
    315315                                depthMapCamera->setFOVy(lightangle); 
    316316                                depthMapCamera->setAspectRatio(1); 
    317                                 depthMapCamera->setNearClipDistance(0.1); 
     317                                depthMapCamera->setNearClipDistance(OgreIlluminationManager::getSingleton().getAreaLightRadius()); 
    318318                                depthMapCamera->setFarClipDistance(1.0); 
    319319                        } 
Note: See TracChangeset for help on using the changeset viewer.