Hello,
I create a wireframe mesh that gets overlayed on top of the 3D mesh (see image below).
The cost of creating the WireframeGeometry seems quite high, with virtually all the time spent in WireframeGeometry.isUniqueEdge()
. It’s significantly slower than creating the 3D mesh itself:
Does anyone know whether there is a faster way to create a wireframe overlayed on top of a mesh?
Thanks