[name]
Base class for implementing loaders.
Constructor
[name]( [page:Boolean showStatus] )
Properties
.[page:Boolean showStatus]
If true, show loading status in the statusDomElement.
.[page:DOMElement statusDomElement]
This is the recipient of status messages.
.[page:Function onLoadStart]
Will be called when load starts.
The default is a function with empty body.
.[page:Function onLoadProgress]
Will be called while load progresses.
The default is a function with empty body.
.[page:Function onLoadComplete]
Will be called when load completes.
The default is a function with empty body.
Source
[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]