source: GTP/trunk/App/Demos/Vis/FriendlyCulling/src/shaderenv.h @ 2887

Revision 2887, 430 bytes checked in by mattausch, 16 years ago (diff)

made changes to view transformation but still not working

Line 
1#ifndef __SHADERENV_H
2#define __SHADERENV_H
3
4//#define NUM_SAMPLES 8
5#define NUM_SAMPLES 16
6
7// rule of thumb: approx 1 / NUM_SAMPLES
8#define SAMPLE_INTENSITY 0.14f
9//#define SAMPLE_INTENSITY 0.28f
10
11#define AREA_SIZE 5e-1f
12//#define AREA_SIZE 3e-1f
13
14#define VIEW_CORRECTION_SCALE 0.0f
15//#define VIEW_CORRECTION_SCALE 0.1f
16
17#define DISTANCE_SCALE 1e-6f
18
19#define ILLUM_INTENSITY 5e-1f;
20
21
22#endif // __SHADERENV_H
Note: See TracBrowser for help on using the repository browser.