Files
glava/shaders/wave/settings.glsl
2017-11-25 22:00:49 -08:00

5 lines
112 B
GLSL

#define MIN_THICKNESS 1
#define MAX_THICKNESS 10
#define BASE_COLOR vec4(0.7, 0.2, 0.45, 1)
#define AMPLIFY 500