diff --git a/docs/api/loaders/JSONLoader.html b/docs/api/loaders/JSONLoader.html index 8ad6d52df43a35f1ec96aa829741f80dcdb5b925..613065e2d0bf61de2d714fcc088e700b0e0a7600 100644 --- a/docs/api/loaders/JSONLoader.html +++ b/docs/api/loaders/JSONLoader.html @@ -7,26 +7,24 @@ + [page:Loader] →

[name]

-
todo
+
A loader for loading objects in JSON format.

Constructor

-

[name]()

- - -

Properties

- -

.[page:Vector3 todo]

+

[name]( [page:Boolean showStatus] )

Methods

-

.todo( [page:Vector3 todo] )

+

.load( [page:String url], [page:Function callback], [page:String texturePath] )

- todo — todo
+ 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.