Wait before loading scene

I am loading .babylon objects from a server that are very heavy:

1- I want to add a po pup before loading these objects
2- the zoom +/- with the mouse wheel will be automatically reversible after a big zoom + / - : I want to stop it (I want to block this change).

Thanks for help :slight_smile:

Did you check this tutorial about how to make a loading screen? Create a custom loading screen - Babylon.js Documentation

You can also use an assetsManager and display a progress bar in HTML, as an overlay, according to the meshes being loaded. After all of them are loaded you hide the overlay.

I donโ€™t get your second question, sorry.

1 Like

thanks @brunobg thatโ€™s work :slight_smile: