oglc/shader/include/constants.glsl

5 lines
98 B
GLSL

const float INF = 50.0;
const float PI = 3.14159;
const float E = 2.71828;
const int BOUNCES = 3;