Waterflow
Visualize water in terrain
src/shaders/simplevoxels.frag
Go to the documentation of this file.
00001 
00002 
00003 
00004 #version 150
00005 
00006 out vec4 outColor; 
00007 
00008 void main()
00009 {
00010     outColor = vec4(0.0f, 0.0f, 1.0f, 1.0f);
00011 }
 All Classes Files Functions Variables Enumerations