Ignore:
Timestamp:
04/13/09 12:01:13 (15 years ago)
Author:
mattausch
Message:

working really nicely

File:
1 edited

Legend:

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

    r3341 r3343  
    249249        } 
    250250 
    251         OUT.illum_col.xyz = float3(ao.w * 5e-1f, 0, 0); 
     251        //OUT.illum_col.xyz = float3(ao.w * 5e-1f, 0, 0); 
    252252        //OUT.illum_col.xyz = float3(ao.z * 1e-1f); 
    253         OUT.illum_col.xyz = float3(ao.y * 1e-1f);//, 0, 0); 
     253        //OUT.illum_col.xyz = float3(ao.y * 1e-1f);//, 0, 0); 
    254254        //OUT.illum_col.xyz = ao.xyz; 
    255255 
Note: See TracChangeset for help on using the changeset viewer.