Ignore:
Timestamp:
02/25/09 17:41:00 (15 years ago)
Author:
mattausch
Message:

found error, working ok

File:
1 edited

Legend:

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

    r3327 r3328  
    55//////////// 
    66//-- ssao + gi parameters 
    7 #define NUM_PRECOMPUTED_SAMPLES 100 
     7#define NUM_PRECOMPUTED_SAMPLES 4096 
    88//#define NUM_SAMPLES 8 
    99//#define NUM_SAMPLES 16 
    1010//#define NUM_SAMPLES 24 
    11 #define NUM_SAMPLES 8 
     11#define NUM_SAMPLES 48 
    1212 
    1313//#define MIN_SAMPLES 48 
     
    6161#define NUM_DOF_TABS 16 
    6262 
    63 //#define USE_GTX 
     63#define USE_GTX 
    6464 
    6565#define SSAO_FILTER_RADIUS 5 
Note: See TracChangeset for help on using the changeset viewer.