OpenGL port of https://github.com/jeschke/water-wave-packets, presented at SIGGRAPH 2017.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

10 lines
83 B

#version 410
out vec4 Color;
void main(void)
{
Color = vec4(1, 1, 1, 1);
}