Skip to content

sariug/TesselationShaderExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Geometry and tesselation shader workout using Magnum Engine

Topics

Resources

Stars

Watchers

Forks