Ignore:
Timestamp:
08/25/08 17:34:34 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/FriendlyCulling/src/shaders/deferred.cg

    r2863 r2865  
    77 
    88// rule of thumb: approx 1 / NUM_SAMPLES 
    9 //#define SAMPLE_INTENSITY 0.2 
    10 #define SAMPLE_INTENSITY 0.125f 
     9#define SAMPLE_INTENSITY 0.17 
     10//#define SAMPLE_INTENSITY 0.125f 
    1111 
    1212#define AREA_SIZE 9e-1f 
    1313//#define VIEW_CORRECTION_SCALE 0.3f 
    14 #define VIEW_CORRECTION_SCALE 1.0f 
     14#define VIEW_CORRECTION_SCALE 0.5f 
    1515#define DISTANCE_SCALE 1e-6f 
    1616 
Note: See TracChangeset for help on using the changeset viewer.