Ignore:
Timestamp:
11/28/08 03:26:36 (16 years ago)
Author:
mattausch
Message:

prepared meeting

File:
1 edited

Legend:

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

    r3192 r3193  
    66//-- ssao + gi parameters 
    77 
    8 //#define NUM_SAMPLES 8 
     8#define NUM_SAMPLES 8 
    99//#define NUM_SAMPLES 16 
    10 #define NUM_SAMPLES 48 
     10//#define NUM_SAMPLES 24 
    1111 
    1212// for quadratic falloff 
    13 #define SAMPLE_INTENSITY 0.2f 
     13#define SAMPLE_INTENSITY 0.5f 
    1414//#define SAMPLE_INTENSITY 0.1f 
    1515 
     
    1717//#define SAMPLE_INTENSITY 0.2f 
    1818 
    19 #define SAMPLE_RADIUS 8e-1f 
    20 //#define SAMPLE_RADIUS 4e-1f 
     19//#define SAMPLE_RADIUS 8e-1f 
     20#define SAMPLE_RADIUS 4e-1f 
    2121 
    2222//#define DISTANCE_SCALE 1e-1f 
     
    3030//#define NUM_SSAO_FILTERSAMPLES 80 
    3131#define NUM_SSAO_FILTER_SAMPLES 16 
    32 #define NUM_SSAO_FILTER_WIDTH 15.0f 
     32#define NUM_SSAO_FILTER_WIDTH 12.0f 
    3333#define SSAO_CONVERGENCE_WEIGHT 200.0f 
    3434 
Note: See TracChangeset for help on using the changeset viewer.