Ignore:
Timestamp:
04/14/09 13:53:30 (15 years ago)
Author:
mattausch
Message:

something strange happening in sibenik: reprojection not working!!

File:
1 edited

Legend:

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

    r3349 r3353  
    241241        if (depth < DEPTH_THRESHOLD) 
    242242        { 
    243                 OUT.illum_col.xyz = col.xyz * max(minAO, 1.0f - ao.x); 
     243                //OUT.illum_col.xyz = col.xyz * max(minAO, 1.0f - ao.x); 
     244                OUT.illum_col.xyz = max(minAO, 1.0f - ao.x); 
    244245                //OUT.illum_col.xyz = max(minAO, 1.0f - ao.x); 
    245246        } 
Note: See TracChangeset for help on using the changeset viewer.