Ignore:
Timestamp:
02/25/09 15:51:45 (15 years ago)
Author:
mattausch
Message:

probably found error with texture

File:
1 edited

Legend:

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

    r3326 r3327  
    249249        } 
    250250 
    251         //OUT.illum_col.xyz = float3(col.w * 5e-3f, 0, 0); 
    252         OUT.illum_col.xyz = ao.xyz; 
     251        //OUT.illum_col.xyz = float3(ao.w * 5e-3f, 0, 0); 
     252        //OUT.illum_col.xyz = float3(ao.y * 1e-2f, 0, 0); 
     253        //OUT.illum_col.xyz = ao.xyz; 
    253254 
    254255        OUT.illum_col.w = col.w; 
Note: See TracChangeset for help on using the changeset viewer.