spite / THREE.MeshLine

Mesh replacement for THREE.Line
MIT License
2.13k stars 379 forks source link

Possible bug: An upper limit on the number of vertices in a MeshLine #145

Open turner opened 2 years ago

turner commented 2 years ago

I intended to use MeshLine for a genomics visualization app I am writing but ran into a significant bug. I stumbled across an upper limit on the number of vertices. That number is somewhere around 131370 vertices. I used demo/shape.html to zero in on this.

Here is a visual with partially decapitated head model:

Screen Shot 2021-11-13 at 9 22 12 AM :

Has anyone else seen this?