- Timestamp:
- 05/03/07 11:31:38 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/App/Demos/Illum/Ogre/Media/materials/GTPPathMap/PathMap.hlsl
r2339 r2345 55 55 float3 color = tex2D(colorSampler, input.tex).rgb; 56 56 57 return float4(col,1);57 //return float4(col,1); 58 58 return float4(col * color, 1); 59 59
Note: See TracChangeset
for help on using the changeset viewer.