Geometry Shader

[video]https://vimeo.com/141266387[/video]

Example of using geometry shaders. Geometry shaders are handy for taking incoming points and rending additional points / tristrips / lines at each face. There’s also a displacement shader for the rear mesh looking piece.

[url]https://github.com/vjasterix/geoShader[/url]

really nice example.