Changeset 2969


Ignore:
Timestamp:
09/24/08 11:12:48 (16 years ago)
Author:
mattausch
Message:

tonemapping still strange

File:
1 edited

Legend:

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

    r2968 r2969  
    3333         
    3434        outCol = color * burnedLum / pixLum; 
     35 
     36        /* 
     37        outCol = color; 
     38 
     39        outCol.rgb *= MIDDLE_GRAY /(MIDDLE_GRAY + 0.001f); 
     40    outCol.rgb *= (1.0f + color.rgb / whiteLum); 
     41        outCol.rgb /= (1.0f + color.rgb); 
     42*/ 
    3543        //vColor.rgb += 0.6f * vBloom; 
    3644         
Note: See TracChangeset for help on using the changeset viewer.