Ignore:
Timestamp:
03/08/07 17:19:43 (17 years ago)
Author:
szirmay
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Illum/Ogre/Media/PMDemo/PathMap.hlsl

    r2202 r2213  
    7676//return float4(1,0,0,1)+col.xxxx*0.0000000001; 
    7777//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); 
    7979} 
    8080 
Note: See TracChangeset for help on using the changeset viewer.