oglc/shader/include/constants.glsl

6 lines
121 B
Plaintext
Raw Normal View History

2021-08-13 20:12:39 +02:00
const float INF = 17.0;
2021-08-10 02:11:22 +02:00
const float PI = 3.14159;
2021-08-13 14:43:54 +02:00
const float E = 2.71828;
const int SAMPLES = 1;
2021-08-13 20:12:39 +02:00
const int BOUNCES = 8;