- Timestamp:
- 06/08/07 12:07:18 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.