Ignore:
Timestamp:
09/04/08 10:14:18 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2900 r2901  
    55//#define NUM_SAMPLES 16 
    66 
    7 // rule of thumb: approx 1 / NUM_SAMPLES 
    8 //#define SAMPLE_INTENSITY 0.14f 
     7 
     8// for linear falloff 
     9//#define SAMPLE_INTENSITY 500.0f 
     10//#define SAMPLE_INTENSITY 100.0f 
     11 
     12// for quadradtc falloff 
    913//#define SAMPLE_INTENSITY 0.28f 
    10 #define SAMPLE_INTENSITY 0.32f 
     14//#define SAMPLE_INTENSITY 0.32f 
     15#define SAMPLE_INTENSITY 2.4f 
    1116 
    12 //#define AREA_SIZE 18e-1f 
     17//#define AREA_SIZE 25e-1f 
     18//#define AREA_SIZE 6e-1f 
    1319#define AREA_SIZE 8e-1f 
    1420//#define AREA_SIZE 5e-1f 
     
    1723//#define VIEW_CORRECTION_SCALE 0.1f 
    1824 
    19 //#define DISTANCE_SCALE 1e-6f 
     25//#define DISTANCE_SCALE 5e-7f 
    2026#define DISTANCE_SCALE 1e-6f 
     27//#define DISTANCE_SCALE 1.0f 
    2128 
    2229#define ILLUM_INTENSITY 5e-1f; 
Note: See TracChangeset for help on using the changeset viewer.