Ignore:
Timestamp:
02/20/09 19:26:13 (15 years ago)
Author:
mattausch
Message:

indexing working not so bad

File:
1 edited

Legend:

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

    r3323 r3324  
    55//////////// 
    66//-- ssao + gi parameters 
    7  
     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 24 
     11#define NUM_SAMPLES 48 
    1212 
    1313//#define MIN_SAMPLES 48 
    14 #define MIN_SAMPLES 24 
     14#define MIN_SAMPLES 8 
    1515 
    1616#define DISTANCE_SCALE 1e-2f 
Note: See TracChangeset for help on using the changeset viewer.