Ignore:
Timestamp:
03/20/07 19:10:47 (17 years ago)
Author:
szirmay
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Illum/Ogre/Media/materials/GTPBasic/GTPShadowMap_PS.hlsl

    r2217 r2271  
    1414#define DEPTH_BIAS      0.001 
    1515#define DEPTH_BIAS_VSM  0.001 
    16 #define DEPTH_EPSILON   0.00005 
     16#define DEPTH_EPSILON   0.0005 
    1717#define DIST_BIAS       0.005 
    18 #define DIST_BIAS_VSM   0.005 
    19 #define DIST_EPSILON    0.001 
     18#define DIST_BIAS_VSM   0.05 
     19#define DIST_EPSILON    0.01 
    2020 
    21 #define shadowColor float4(0.5,0.5,0.5,1) 
     21#define shadowColor float4(0.9,0.9,0.9,1) 
    2222 
    2323float4 shadowMapDepth(LightVPos_OUT IN, 
Note: See TracChangeset for help on using the changeset viewer.