Have there some ways to make progress-bar of the scene?

LoadingManager only counts the number of loaded items. If you want to show a progress bar for a single asset, use the onProgress() callback of the loaders load() method. A good example for this is: three.js webgl - loaders - OBJ loader

More information about implementing loading screens or progress bars: Basic Loading Screen

1 Like