Ignore:
Timestamp:
10/08/08 17:39:20 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/FriendlyCulling/src/shaders/tonemap.cg

    r3014 r3016  
    5151                                  uniform float2 downSampleOffs[NUM_DOWNSAMPLES]): COLOR 
    5252{     
    53         //return tex2Dlod(colors, float4(IN.texCoord, 0, 0)); 
    54  
     53        return tex2Dlod(colors, float4(IN.texCoord, 0, 0)); 
     54/* 
    5555    float4 average = .0f; 
    5656 
     
    6262        average *= 1.0f / (float)NUM_DOWNSAMPLES; 
    6363 
    64     return average; 
     64    return average;*/ 
    6565} 
    6666 
Note: See TracChangeset for help on using the changeset viewer.