GLTFLoader + DefaultLoadingManager

A simple example where LoadingManager works as intended is:

https://threejs.org/examples/webgl_loader_collada.html

The model consist of the dae file and four textures. LoadingManager.onLoad() fires as soon as all assets are loaded.

1 Like