Ignore:
Timestamp:
10/30/08 10:46:54 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r3079 r3080  
    163163 
    164164        //////////////// 
    165         //-- calculcate the current projected depth for next frame 
     165        //-- calculcate the current projected posiion (also used for next frame) 
    166166         
    167167        float4 currentPos = mul(modelViewProj, worldPos); 
Note: See TracChangeset for help on using the changeset viewer.