-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(troika-3d): prevent tree getting in bad state due to removal of o…
…rphanable children The optimization for removing non-renderable objects from the ThreeJS tree could sometimes leave the tree in an incomplete state with objects queued for removal but not flushed, if the ancestors weren't all in an update pass. This change forces flushing the removals up the tree.
- Loading branch information
Showing
1 changed file
with
28 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters