lume / three-meshline

Mesh-based replacement for `THREE.Line` to allow lines thicker than 1 pixel and other features.
https://docs.lume.io/three-meshline/
MIT License
42 stars 4 forks source link

No Support for .scale - MeshLines vanish #16

Open krei-se opened 6 months ago

krei-se commented 6 months ago

I worked around the issue instancing multiple MeshLines, but i have a group of hundreds of lines. Even though i .clone() the group, all lines vanish after applying .scale to the group, wheres other children scale as expected.