Changeset 2432 for GTP/trunk/App/Demos
- Timestamp:
- 06/08/07 12:07:18 (17 years ago)
- Location:
- GTP/trunk/App/Demos/Illum/Ogre/Media
- Files:
-
- 3 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 -
GTP/trunk/App/Demos/Illum/Ogre/Media/MORIA/moria.material
r2422 r2432 23 23 //RenderTechnique PathMap 24 24 //{ 25 // // pass_blending one zero26 //new_passes false25 // //pass_blending one one 26 // new_passes false 27 27 // start_tex_id 3 28 28 //} -
GTP/trunk/App/Demos/Illum/Ogre/Media/materials/GTPBasic/GTPBasicShading.hlsl
r2429 r2432 81 81 //color.rgb *= lightPower; 82 82 //return 0; 83 return (color + 0.6) * tex2D(colorTex, IN.texCoord);83 return (color) * tex2D(colorTex, IN.texCoord); 84 84 }
Note: See TracChangeset
for help on using the changeset viewer.