opengl-insights icon indicating copy to clipboard operation
opengl-insights copied to clipboard

source code for "An Introduction to Tessellation Shaders"

This code has been tested on Windows 7 and Linux. It's easiest to build using scons.

  • See the Windows folder if you need to build using Visual Studio.
  • The Cover/PostTess folder contains source for cylindrical warping.
  • The hairy Teapot demo is our example for isoline tessellation.
  • The Gumbo folder was used for the elephant model in our article.
  • AntTweakBar is a third party library for lightweight widgets in OpenGL.