After developing a custom CAD software exporter to transfer geometry data to the ThreeJS editor, I successfully created a loader to load the geometry. However, I encountered an issue when viewing the wireframe in ThreeJS - where triangles from each vertex were visible. I am now seeking a solution to remove the triangulation and diagonals. How can I display the wireframe without the diagonals?
Source 3D:
ThreeJS 3D: (triangles and diagonals visible)