Ignore:
Timestamp:
12/10/08 17:35:24 (16 years ago)
Author:
mattausch
Message:

added some statistics stuff, but ssao slower than before (probably because made ssao width and intensity variable and not hardcoded anymore) from >180 frames to < 130 frames!!!

File:
1 edited

Legend:

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

    r3213 r3221  
    325325                validSamples = max(validSamples, (1.0f - tooFarAway) * pixelValid); 
    326326 
    327 #ifdef USE_GTX 
     327#ifdef QWQ//USE_GTX 
    328328                // we can bail out early and use a minimal #samples) 
    329329                // if some conditions are met as long as the hardware supports it 
Note: See TracChangeset for help on using the changeset viewer.