Ignore:
Timestamp:
10/30/08 18:32:56 (16 years ago)
Author:
mattausch
Message:

trying to get ssao to work with dynamic objects

File:
1 edited

Legend:

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

    r3080 r3081  
    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 
    1111// for quadratic falloff 
    1212//#define SAMPLE_INTENSITY 0.1f 
    13 #define SAMPLE_INTENSITY 0.07f 
     13//#define SAMPLE_INTENSITY 0.07f 
     14#define SAMPLE_INTENSITY 0.03f 
    1415 
    1516#define SAMPLE_RADIUS 8e-1f 
     
    1819#define DISTANCE_SCALE 5e-2f 
    1920 
    20 #define ILLUM_INTENSITY 8e-2f 
     21//#define ILLUM_INTENSITY 8e-2f 
     22#define ILLUM_INTENSITY 2e-2f 
    2123 
    2224#define VIEW_CORRECTION_SCALE 1.0f 
Note: See TracChangeset for help on using the changeset viewer.