Ignore:
Timestamp:
07/09/09 10:21:25 (15 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r3373 r3375  
    547547                                pixelValid = 100.0f; 
    548548                        } 
    549                         else if ((cosAngle >= 0) && (distanceDiff > 1e-3f)) 
     549                        else if (/*(cosAngle >= 0) && */(distanceDiff > 1e-3f)) 
    550550                        { 
    551551                                pixelValid = 5.0f; 
     552                                //pixelValid = 100.0f; 
    552553                        } 
    553554                } 
     
    732733        if (ao.y > partlyResetThres) 
    733734        { 
    734                 const float factor = 2.0f; 
     735                const float factor = 3.0f; 
    735736 
    736737                oldWeight = min(oldWeight, factor * NUM_SAMPLES); 
Note: See TracChangeset for help on using the changeset viewer.