Changeset 2389 for GTP/trunk/App/Demos/Illum/Ogre
- Timestamp:
- 05/21/07 12:35:56 (18 years ago)
- 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 81 81 ogrefile GreatPillarTrunkQuaterShape.mesh 82 82 pathmapresolution 16 83 divide 1 83 divide 1 84 84 } 85 85 mesh GreatPillarTrunkShape3 … … 88 88 pathmapresolution 16 89 89 divide 1 90 physXShape cube 2 10 2 91 physXStatic true 90 92 } 91 93 mesh MoriaWallShape -
GTP/trunk/App/Demos/Illum/Ogre/Media/MORIA/trollps.hlsl
r2386 r2389 32 32 { 33 33 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); 35 35 float3 V = normalize(IN.V); 36 36 float3 L = IN.L;
Note: See TracChangeset
for help on using the changeset viewer.