Ignore:
Timestamp:
11/30/08 21:01:32 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r3198 r3199  
    66//-- ssao + gi parameters 
    77 
    8 #define NUM_SAMPLES 8 
    9 //#define NUM_SAMPLES 16 
     8//#define NUM_SAMPLES 8 
     9#define NUM_SAMPLES 16 
    1010//#define NUM_SAMPLES 24 
    1111 
    12 #define SAMPLE_INTENSITY 0.5f 
    13 //#define SAMPLE_INTENSITY 1.0f 
     12//#define SAMPLE_INTENSITY 0.5f 
     13#define SAMPLE_INTENSITY 1.0f 
    1414 
    1515#define SAMPLE_RADIUS 8e-1f 
Note: See TracChangeset for help on using the changeset viewer.