Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Entities created via an added component doesn't show up in scene graph #756

Open
vincentfretin opened this issue Aug 29, 2024 · 0 comments

Comments

@vincentfretin
Copy link
Contributor

Discussed in #754 (comment)
Suggested solution:
in SceneGraph.js, instead of listening to entitycreated, entityclone, listen to child-attached, child-detached, put back a debounce of 0 for rebuildEntityOptions and execute only if element will be shown in scene graph. So extract the filtering logic currently in rebuildEntityOptions into a includeInSceneGraph function that we can reuse just to check one element before calling rebuildEntityOptions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant