|
Waterflow
Visualize water in terrain
|
Vertex shader for skybox rendering. More...
Go to the source code of this file.
Functions | |
| void | main (void) |
Variables | |
| in vec3 | in_Position |
| Input vertex position. | |
| out vec3 | Position |
| Output vertex position. | |
| uniform mat4 | VTPMatrix |
| Transformation matrix from View to Projection space. | |
| uniform mat4 | WTVMatrix |
| Transformation matrix from World to View space. | |
Vertex shader for skybox rendering.
Definition in file skyshader.vert.