Ignore:
Timestamp:
09/15/08 09:28:42 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/FriendlyCulling/src/DeferredRenderer.cpp

    r2944 r2946  
    987987        cgGLSetParameter1f(sMaxDepthShadowParam, mScaleFactor); 
    988988        //cgGLSetParameter1f(sSampleWidthParam, 10.0f / shadowMap->GetSize()); 
    989         cgGLSetParameter1f(sSampleWidthParam, 2.5f / shadowMap->GetSize()); 
     989        cgGLSetParameter1f(sSampleWidthParam, 2.0f / shadowMap->GetSize()); 
     990        //cgGLSetParameter1f(sSampleWidthParam, 2.0f / 2048); 
    990991          
    991992        cgGLSetMatrixParameterfc(sShadowMatrixParam, (const float *)shadowMatrix.x); 
Note: See TracChangeset for help on using the changeset viewer.