Changeset 2389


Ignore:
Timestamp:
05/21/07 12:35:56 (17 years ago)
Author:
szirmay
Message:
 
Location:
GTP/trunk/App/Demos/Illum/Ogre/Media/MORIA
Files:
2 added
4 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Illum/Ogre/Media/MORIA/moria.level

    r2336 r2389  
    8181        ogrefile GreatPillarTrunkQuaterShape.mesh 
    8282        pathmapresolution 16 
    83         divide 1 
     83        divide 1         
    8484} 
    8585mesh GreatPillarTrunkShape3 
     
    8888        pathmapresolution 16 
    8989        divide 1 
     90        physXShape cube 2 10 2 
     91        physXStatic true 
    9092} 
    9193mesh MoriaWallShape 
  • GTP/trunk/App/Demos/Illum/Ogre/Media/MORIA/trollps.hlsl

    r2386 r2389  
    3232{ 
    3333        float4 Color = 0; 
    34         float3 N = NormalMap(IN.tangent, IN.binormal, IN.normal, IN.texCoord, bumpMap); 
     34        float3 N = normalize(IN.normal);//NormalMap(IN.tangent, IN.binormal, IN.normal, IN.texCoord, bumpMap); 
    3535        float3 V = normalize(IN.V); 
    3636        float3 L = IN.L; 
Note: See TracChangeset for help on using the changeset viewer.