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
Currently the construction of a scene is separated from it loading GLTF data and populating its storage. This risks invalid use in between those two points. Either refactor two stage init to a single stage, or ensure the scene is ready to be used after construction / does not attempt to render anything until populated.
AC:
Scene is ready to use after construction
A GLTF source need not be loaded to use a Scene instance
The text was updated successfully, but these errors were encountered:
Currently the construction of a scene is separated from it loading GLTF data and populating its storage. This risks invalid use in between those two points. Either refactor two stage init to a single stage, or ensure the scene is ready to be used after construction / does not attempt to render anything until populated.
AC:
Scene
is ready to use after constructionScene
instanceThe text was updated successfully, but these errors were encountered: