Ignore:
Timestamp:
09/01/08 08:58:38 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2887 r2891  
    22#define __SHADERENV_H 
    33 
    4 //#define NUM_SAMPLES 8 
    5 #define NUM_SAMPLES 16 
     4#define NUM_SAMPLES 8 
     5//#define NUM_SAMPLES 16 
    66 
    77// rule of thumb: approx 1 / NUM_SAMPLES 
    8 #define SAMPLE_INTENSITY 0.14f 
    9 //#define SAMPLE_INTENSITY 0.28f 
     8//#define SAMPLE_INTENSITY 0.14f 
     9#define SAMPLE_INTENSITY 0.28f 
    1010 
    1111#define AREA_SIZE 5e-1f 
Note: See TracChangeset for help on using the changeset viewer.