Changeset 2271 for GTP/trunk/App/Demos/Illum/Ogre/Media/materials/GTPBasic
- Timestamp:
- 03/20/07 19:10:47 (18 years ago)
- Location:
- GTP/trunk/App/Demos/Illum/Ogre/Media/materials/GTPBasic
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/App/Demos/Illum/Ogre/Media/materials/GTPBasic/GTPBasic.material
r2266 r2271 141 141 pass mainpass 142 142 { 143 cull_hardware clockwise143 cull_hardware none 144 144 vertex_program_ref GTP/Basic/CPos_VS 145 145 { -
GTP/trunk/App/Demos/Illum/Ogre/Media/materials/GTPBasic/GTPShadowMap_PS.hlsl
r2217 r2271 14 14 #define DEPTH_BIAS 0.001 15 15 #define DEPTH_BIAS_VSM 0.001 16 #define DEPTH_EPSILON 0.000 0516 #define DEPTH_EPSILON 0.0005 17 17 #define DIST_BIAS 0.005 18 #define DIST_BIAS_VSM 0.0 0519 #define DIST_EPSILON 0.0 0118 #define DIST_BIAS_VSM 0.05 19 #define DIST_EPSILON 0.01 20 20 21 #define shadowColor float4(0. 5,0.5,0.5,1)21 #define shadowColor float4(0.9,0.9,0.9,1) 22 22 23 23 float4 shadowMapDepth(LightVPos_OUT IN,
Note: See TracChangeset
for help on using the changeset viewer.