spite / THREE.MeshLine

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

Why THREE.Line can't be merged with THREE.Mesh ? #63

Closed eliasasaid1 closed 5 years ago

eliasasaid1 commented 5 years ago

Hello,

I saw in an old thread that we can't merge THREE.Line with THREE.Mesh but can I ask why? when I add a lot of lines into my application it will cause performance issue and that's why I need to merge them with the mesh. Any possibility of fixing that in the next updates?