Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 940 Bytes

README.md

File metadata and controls

44 lines (30 loc) · 940 Bytes

TesselationShaderExample

drawing

drawing

drawing

Example code for three applications of tesselation shaders using Magnum Engine.

  • Line tesselation
  • Quad tesselation
  • Surface tesselation

Prerequisites

Build

mkdir build
cmake ..

Key Usage

Switching between schemas :

  • Line : 1
  • Quad : 2
  • Surface : 3

Increasing-Decreasing tesselation :

  • Line : Up , Down
  • Quad :
    • Outer tesselation : Up , Down
    • Inner tesselation : Right , Left
  • Surface : Up , Down

Exit : ESC

Reference

Shader's mainly are taken here and some parts are changed