Changeset 2432


Ignore:
Timestamp:
06/08/07 12:07:18 (17 years ago)
Author:
szirmay
Message:
 
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  
    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                                //}      
  • GTP/trunk/App/Demos/Illum/Ogre/Media/materials/GTPBasic/GTPBasicShading.hlsl

    r2429 r2432  
    8181        //color.rgb *= lightPower; 
    8282        //return 0; 
    83         return  (color + 0.6) * tex2D(colorTex, IN.texCoord); 
     83        return  (color) * tex2D(colorTex, IN.texCoord); 
    8484} 
Note: See TracChangeset for help on using the changeset viewer.