Ignore:
Timestamp:
06/08/07 12:07:18 (17 years ago)
Author:
szirmay
Message:
 
Location:
GTP/trunk/App/Demos/Illum/Ogre/Media/MORIA
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Illum/Ogre/Media/MORIA/MoriaHallBase.hlsl

    r2422 r2432  
    108108        lightCPos = mul(LightView1, float4(IN.wPos, 1)).xyz; 
    109109        shadow = shadowPoint(ShadowMap1Point, lightCPos, lightFarPlane1); 
     110        shadow = 1; 
    110111        Color += col * shadow;   
    111112         
  • GTP/trunk/App/Demos/Illum/Ogre/Media/MORIA/moria.material

    r2422 r2432  
    2323                                //RenderTechnique PathMap 
    2424                                //{ 
    25                                 ////    pass_blending one zero 
    26                            //   new_passes false 
     25                                //      //pass_blending one one 
     26                            //  new_passes false 
    2727                                //      start_tex_id 3 
    2828                                //}      
Note: See TracChangeset for help on using the changeset viewer.