oglc/shader/include/constants.glsl

5 lines
96 B
Plaintext
Raw Normal View History

const float INF = 17.0;
2021-08-10 02:11:22 +02:00
const float PI = 3.14159;
const int SAMPLES = 1;
const int BOUNCES = 4;