|
@@ -110,7 +110,7 @@
|
|
|
<h3>[method:Object3D parse]( [param:Object json], [param:Function onLoad] )</h3>
|
|
|
<p>
|
|
|
[page:Object json] — required. The JSON source to parse.<br /><br />
|
|
|
- [page:Function onLoad] — Will be called when parsed completes. The argument will be the parsed [page:Object3D object].<br />
|
|
|
+ [page:Function onLoad] — Will be called when parsed completes. The argument will be the parsed [page:Object3D object].<br /><br />
|
|
|
|
|
|
Parse a <em>JSON</em> structure and return a threejs object.
|
|
|
This is used internally by [page:.load], but can also be used directly to parse
|