Ignore:
Timestamp:
08/31/08 13:15:30 (16 years ago)
Author:
mattausch
Message:

made changes to view transformation but still not working

File:
1 edited

Legend:

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

    r2886 r2887  
    22#define __SHADERENV_H 
    33 
    4 #define NUM_SAMPLES 8 
    5 //#define NUM_SAMPLES 16 
     4//#define NUM_SAMPLES 8 
     5#define NUM_SAMPLES 16 
    66 
    77// rule of thumb: approx 1 / NUM_SAMPLES 
    8 //#define SAMPLE_INTENSITY 0.15f 
    9 #define SAMPLE_INTENSITY 0.25f 
     8#define SAMPLE_INTENSITY 0.14f 
     9//#define SAMPLE_INTENSITY 0.28f 
    1010 
    1111#define AREA_SIZE 5e-1f 
Note: See TracChangeset for help on using the changeset viewer.