- Timestamp:
- 06/08/07 12:07:18 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/App/Demos/Illum/Ogre/Media/MORIA/MoriaHallBase.hlsl
r2422 r2432 108 108 lightCPos = mul(LightView1, float4(IN.wPos, 1)).xyz; 109 109 shadow = shadowPoint(ShadowMap1Point, lightCPos, lightFarPlane1); 110 shadow = 1; 110 111 Color += col * shadow; 111 112
Note: See TracChangeset
for help on using the changeset viewer.