Ignore:
Timestamp:
11/25/08 18:58:47 (16 years ago)
Author:
mattausch
Message:

removed bug (second aa output), normsl normalization now during mrt output

File:
1 edited

Legend:

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

    r3167 r3168  
    180180        //if (col.w < 1e10f) 
    181181        { 
    182                 const float eyeSpaceDepth = col.w; 
    183                 const float distanceScaleWeight = 2.0f; 
     182                //const float eyeSpaceDepth = col.w; const float distanceScaleWeight = 2.0f; 
    184183                //const float distanceScale = distanceScaleWeight / (eyeSpaceDepth + distanceScaleWeight); 
    185184                const float distanceScale = 1.0f; 
Note: See TracChangeset for help on using the changeset viewer.