[page:Loader] →
[name]
A loader for loading models generated by the slim OBJ converter with BINARY option (converter_obj_three_slim.py -t binary)
Constructor
[name]( [page:Boolean showStatus] )
Methods
.load( [page:String url], [page:Function callback], [page:String texturePath], [page:String binaryPath] )
url — required
callback — required. This function will be called with the loaded model as an instance of [page:Geometry geometry] when the load is completed.
texturePath — optional. If not specified, textures will be assumed to be in the same folder as the Javascript model file.
binaryPath — optional. If not specified, the binary file will be assumed to be in the same folder as the Javascript model file.
Source
[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]