Changeset 3317 for GTP


Ignore:
Timestamp:
02/17/09 19:33:40 (15 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r3316 r3317  
    232232        if (depth < DEPTH_THRESHOLD) 
    233233        { 
    234                 //OUT.illum_col.xyz = col.xyz * max(2e-2f, 1.0f - ao.x); 
    235                 OUT.illum_col.xyz = max(1e-3f, 1.0f - ao.x); 
     234                OUT.illum_col.xyz = col.xyz * max(1e-3f, 1.0f - ao.x); 
     235                //OUT.illum_col.xyz = max(1e-3f, 1.0f - ao.x); 
    236236        } 
    237237        else 
Note: See TracChangeset for help on using the changeset viewer.