Example code for three applications of tesselation shaders using Magnum Engine.
- Line tesselation
- Quad tesselation
- Surface tesselation
- GLFW
- Magnum Engine
mkdir build
cmake ..
Switching between schemas :
- Line :
1 - Quad :
2 - Surface :
3
Increasing-Decreasing tesselation :
- Line :
Up,Down - Quad :
- Outer tesselation :
Up,Down - Inner tesselation :
Right,Left
- Outer tesselation :
- Surface :
Up,Down
Exit : ESC


