Changeset 2213 for GTP/trunk/App/Demos/Illum/Ogre/Media/PMDemo/PathMap.hlsl
- Timestamp:
- 03/08/07 17:19:43 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/App/Demos/Illum/Ogre/Media/PMDemo/PathMap.hlsl
r2202 r2213 76 76 //return float4(1,0,0,1)+col.xxxx*0.0000000001; 77 77 //return prmAtlasTilesHalfPixel.x*allClusterCount*clusterCount*0.000000000001 + tex2D(filteredAtlasSampler, float2(input.texAtlas.x /32.0f, 1.0 - input.texAtlas.y)).r; 78 return float4(col , 1);78 return float4(col * 200, 1); 79 79 } 80 80
Note: See TracChangeset
for help on using the changeset viewer.