Ignore:
Timestamp:
02/12/09 18:28:32 (15 years ago)
Author:
mattausch
Message:

found error with border

File:
1 edited

Legend:

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

    r3304 r3306  
    1010//#define NUM_SAMPLES 24 
    1111#define NUM_SAMPLES 48 
     12//#define NUM_SAMPLES 16 
    1213 
     14//#define MIN_SAMPLES 48 
    1315#define MIN_SAMPLES 8 
    1416 
     
    1921/// scale factor that takes angle of sample normal into account  
    2022#define VIEW_CORRECTION_SCALE 1.0f 
    21  
    22 //#define NUM_SSAO_FILTER_SAMPLES 13 // 7x7 
    23 #define NUM_SSAO_FILTER_SAMPLES 9 
    24 //#define NUM_SSAO_FILTER_SAMPLES 5 
    2523 
    2624#define SSAO_CONVERGENCE_THRESHOLD 700.0f 
Note: See TracChangeset for help on using the changeset viewer.