You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nice project! I really wanted to use MeshLine as a drop-in replacement for THREE.Line, but there was some scaling code in between in our project, which ended up really messes up the end result. Took me a while to figure that out.
I would expect that the README states a warning that the billboarded triangles should not have any scaling transformations applied, as that will lead to very strange results.
On a somewhat related note: is it possible to identify whether a THREE.Mesh is created from a MeshLine?
The text was updated successfully, but these errors were encountered:
Nice project! I really wanted to use MeshLine as a drop-in replacement for THREE.Line, but there was some scaling code in between in our project, which ended up really messes up the end result. Took me a while to figure that out.
I would expect that the README states a warning that the billboarded triangles should not have any scaling transformations applied, as that will lead to very strange results.
On a somewhat related note: is it possible to identify whether a THREE.Mesh is created from a MeshLine?
The text was updated successfully, but these errors were encountered: