Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(troika-three-text): prevent copy() from sharing geometry between …
…instances Mesh.copy copies a reference to the geometry, which is never what we want for Text because each instance has its own specific attributes. Sharing those geometry attributes can result in very weird bugs.
- Loading branch information