spite / THREE.MeshLine

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

Why is MeshLine face rotating around a single axis, how to make it fixed? #88

Closed 4nte closed 4 years ago

4nte commented 4 years ago

How do I make a MeshLine with a fixed rotation?

Currently, meshLine rotates as the camera moves around. This is how it looks: https://gyazo.com/d00c1feb560f7c85125dc33098f41688

I don't want it to move around, but to always face a fixed direction. For instance, I'd like it's face to be perpendicular to the xy plane.

4nte commented 4 years ago

Closing, this is a duplicate of #49