i have project and i need to load multi obj file
but i want to show load percentage for all this models
thanks
i have project and i need to load multi obj file
but i want to show load percentage for all this models
thanks
It should do this automatically. If you load multiple things (textures, models, audio, etc) the default loader will fire events. Look at this boilerplate for an example:
https://github.com/joshmarinacci/webxr-experiments/blob/master/boilerplate/index.html
thank you for reply
the secret in this method
DefaultLoadingManager
thank you very much