|
Waterflow
Visualize water in terrain
|
Vertex shader to draw a simple representation of the voxel grid. More...
Go to the source code of this file.
Functions | |
| void | main () |
Variables | |
| in vec3 | posValue |
| Input point position. | |
| uniform mat4 | WTVMatrix |
| Transformation matrix from World to View space. | |
Vertex shader to draw a simple representation of the voxel grid.
Definition in file simplevoxels.vert.