Ignore:
Timestamp:
02/11/09 01:52:36 (15 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/FriendlyCulling/src/shaderenv.h

    r3295 r3297  
    88//#define NUM_SAMPLES 8 
    99//#define NUM_SAMPLES 16 
    10 //#define NUM_SAMPLES 24 
    11 #define NUM_SAMPLES 48 
     10#define NUM_SAMPLES 24 
     11//#define NUM_SAMPLES 48 
    1212 
    1313#define MIN_SAMPLES 8 
     
    2020#define VIEW_CORRECTION_SCALE 1.0f 
    2121 
    22 #define NUM_SSAO_FILTER_SAMPLES 16 
     22//#define NUM_SSAO_FILTER_SAMPLES 13 // 7x7 
     23#define NUM_SSAO_FILTER_SAMPLES 9 
     24//#define NUM_SSAO_FILTER_SAMPLES 5 
    2325 
    2426#define SSAO_CONVERGENCE_THRESHOLD 700.0f 
     
    6264#define NUM_DOF_TABS 16 
    6365 
    64 #define USE_GTX 
     66//#define USE_GTX 
    6567 
    6668#endif // __SHADERENV_H 
Note: See TracChangeset for help on using the changeset viewer.