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

Revision 2892, 463 bytes checked in by mattausch, 16 years ago (diff)
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 50e-1f
12#define AREA_SIZE 5e-1f
13
14#define VIEW_CORRECTION_SCALE 0.0f
15//#define VIEW_CORRECTION_SCALE 0.1f
16
17//#define DISTANCE_SCALE 1e-6f
18#define DISTANCE_SCALE 1e-6f
19
20#define ILLUM_INTENSITY 5e-1f;
21
22
23#endif // __SHADERENV_H
Note: See TracBrowser for help on using the repository browser.