-
-
Notifications
You must be signed in to change notification settings - Fork 36k
Closed
Labels
Description
Description of the problem
LoadingManager
has four .on
callback function properties, .onLoad
, .onProgress
, onError
, and .onStart
. It takes three of them as arguments of the constructor, onLoad
, onProgress
, and onError
.
https://threejs.org/docs/#api/loaders/managers/LoadingManager
Why not adding the firth argument .onStart
to the constructor? Any historical reasons?
If you folks agree with adding it, I'll make PR.
Three.js version
- Dev
- r95
- ...
Browser
- All of them
- Chrome
- Firefox
- Internet Explorer
OS
- All of them
- Windows
- macOS
- Linux
- Android
- iOS