Wireframe hidden line shader?

As an alternative, you can also try using a Sobel/Canny edge detector, and draw just where your edges are detected (and everything else transparent). That way you don’t get the occluded lines of your mesh.

Here’s a simple GLSL script that may get you around 33% there:

1 Like