2D silhouette effect in OpenGL
In this blog post, I'll explain how to make a cool 2D silhouette effect in OpenGL. For this we are going to write a simple fragment shader, and use the stencil and depth buffers.…
In this blog post, I'll explain how to make a cool 2D silhouette effect in OpenGL. For this we are going to write a simple fragment shader, and use the stencil and depth buffers.…