| Class | Description |
|---|---|
| Cube | |
| Line | |
| SimpleFragmentShader |
Here you define your fragment shader and what it does with the given color.
|
| SimpleShaderProgram |
The shader program links together the vertex shader and the fragment shader and compiles them.
|
| SimpleVertexShader |
Created by Thorsten Bux on 21.01.2016.
|