new LoadingManager()
Handles and keeps track of loaded and pending data.
A default global instance of this class is created and used by loaders if not supplied manually.The main reason for using this class is to be able to implement a progress bar as feedback to the user. Unfortunately, the manager reports the total number of files loaded since its creation and not the number of files per model loaded. Furthermore, this information passed along to onProress is not even trustworthy. The best we can do is shadow the old image while the new one is being loaded.
- Source:
- See: