I\'m trying to create a specific type of 3D object in three.js. I want for example a cube in wireframe mode (so only edges shown). But I want the edges that are behind to be das
This is a really cool idea. I have implemented your answer as described above at:
http://stemkoski.github.com/Three.js/Dashed-3D.html
in case anybody wants to see it in action.