Ignore:
Timestamp:
12/23/08 17:39:27 (16 years ago)
Author:
mattausch
Message:

started dof implementation (not working yet!)

File:
1 edited

Legend:

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

    r3230 r3232  
    66//-- ssao + gi parameters 
    77 
    8 //#define NUM_SAMPLES 8 
     8#define NUM_SAMPLES 8 
    99//#define NUM_SAMPLES 16 
    1010//#define NUM_SAMPLES 24 
    11 #define NUM_SAMPLES 48 
     11//#define NUM_SAMPLES 48 
    1212 
    1313#define MIN_SAMPLES 8 
     
    6060#define NUM_DOWNSAMPLES 9 
    6161 
     62#define NUM_DOF_TABS 16 
    6263 
    6364 
     65//#define USE_GTX 
     66 
    6467#endif // __SHADERENV_H 
Note: See TracChangeset for help on using the changeset viewer.