Ignore:
Timestamp:
08/27/08 16:14:10 (16 years ago)
Author:
mattausch
Message:

implemented glob-illum solution

File:
1 edited

Legend:

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

    r2873 r2874  
    151151        realPos.w = 1.0f; 
    152152 
     153        // reproject 
    153154        float4 oldPos = mul(oldModelViewProj, realPos); 
    154155 
     
    176177        OUT.illum_col.w = currentDepth; 
    177178 
    178          
     179        //OUT.combined_col = float4(newDepth / oldDepth * 100, 0, 0, 1) ; 
     180        //OUT.combined_col = float4(newDepth, 0, 0, 1) ; 
    179181 
    180182        return OUT; 
Note: See TracChangeset for help on using the changeset viewer.