Doc > Changelog > 1.1.250
Engine
Add events dispatched by the document, during scene load:
POLYProgress
andPOLYProgress-${sceneName}
: returns an event, which contains the progress of the scene loading. This can be used to update a progress bar.POLYSceneReady
andPOLYSceneReady-${sceneName}
: returns an event when the scene is ready. thedetail
property of the event contains both the scene and viewer.
Learn about new versions with our newsletter, twitter, forum or discord.