Ignore:
Timestamp:
05/19/09 19:17:41 (15 years ago)
Author:
mattausch
Message:

reverted but now a good version

File:
1 edited

Legend:

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

    r3371 r3372  
    88//#define NUM_PRECOMPUTED_SAMPLES 8124 
    99#define NUM_PRECOMPUTED_SAMPLES 4096 
    10 //#define NUM_PRECOMPUTED_SAMPLES 1024 
     10//#define NUM_PRECOMPUTED_SAMPLES 16 
    1111 
    12 //#define NUM_SAMPLES 16 
    13 #define NUM_SAMPLES 16 
     12#define NUM_SAMPLES 32 
     13//#define NUM_SAMPLES 24 
    1414//#define NUM_SAMPLES 32 
    1515//#define NUM_SAMPLES 64 
    1616 
    17 #define MIN_SAMPLES 16 
     17#define MIN_SAMPLES 8 
    1818//#define MIN_SAMPLES 48 
    1919 
     
    2626 
    2727//#define SSAO_CONVERGENCE_THRESHOLD 300.0f 
    28 #define SSAO_CONVERGENCE_THRESHOLD 700.0f 
    29 //#define SSAO_CONVERGENCE_THRESHOLD 1300.0f 
     28//#define SSAO_CONVERGENCE_THRESHOLD 700.0f 
     29#define SSAO_CONVERGENCE_THRESHOLD 1300.0f 
    3030//#define SSAO_CONVERGENCE_THRESHOLD 1500.0f 
    3131 
     
    6666#define NUM_DOF_TABS 16 
    6767 
    68 //#define USE_GTX 
     68#define USE_GTX 
    6969 
    7070#define SSAO_FILTER_RADIUS 5 
     
    7474#define PERFORMANCE_TEST 1 
    7575 
    76 #define USE_OPTIMIZATION 0 
     76#define USE_OPTIMIZATION 1 
    7777 
    7878 
Note: See TracChangeset for help on using the changeset viewer.