Wireframe of quads

Updated to the latest revisiton (r182). Moved the example to Codepen.

4 Likes

If anyone still needs the old version, they can find it here:

From the Collection of examples from discourse.threejs.org
2020 WireframeOfQuads

and also

Wireframe of Quads - JSFiddle - Code Playground

2 Likes

Thanks for the update!

It now works fine with my WebGPU r182 demo, except for the aforementioned problems with the lines appearing in front of the airplane.

[Deleted Extended Discussion]

Problem Solved!
In the section defining LineSegments, I had set the material depth test to false (perhaps that was in some earlier version of the routine?). Once I removed that line, everything works just fine.

1 Like