|
@@ -11,10 +11,9 @@
|
|
<h1>[name]</h1>
|
|
<h1>[name]</h1>
|
|
|
|
|
|
<p class="desc">
|
|
<p class="desc">
|
|
- A loader for loading a JSON resource. Unlike the [page:JSONLoader], this one make use of the
|
|
|
|
- <em>.type</em> attributes of objects to map them to their original classes.<br /><br />
|
|
|
|
|
|
+ A loader for loading a JSON resource in the [link:https://github.com/mrdoob/three.js/wiki/JSON-Object-Scene-format-4 JSON Object/Scene format].<br /><br />
|
|
|
|
|
|
- Note that this loader can't load [page:Geometries]. Use [page:JSONLoader] instead for that.<br /><br />
|
|
|
|
|
|
+ Note that this loader can't load geometries of type [page:Geometry]. Use [page:JSONLoader] instead for that.<br /><br />
|
|
|
|
|
|
This uses the [page:FileLoader] internally for loading files.
|
|
This uses the [page:FileLoader] internally for loading files.
|
|
</p>
|
|
</p>
|
|
@@ -22,10 +21,9 @@
|
|
<h2>Example</h2>
|
|
<h2>Example</h2>
|
|
|
|
|
|
<p>
|
|
<p>
|
|
-
|
|
|
|
- [example:webgl_animation_scene WebGL / animation / scene]<br />
|
|
|
|
|
|
+ [example:webgl_animation_skinning_blending WebGL / animation / skinning / blending]<br />
|
|
[example:webgl_loader_json_claraio WebGL / loader / json / claraio]<br />
|
|
[example:webgl_loader_json_claraio WebGL / loader / json / claraio]<br />
|
|
- [example:webgl_loader_msgpack WebGL / loader / msgpack]
|
|
|
|
|
|
+ [example:webgl_materials_lightmap WebGL / materials / lightmap]
|
|
</p>
|
|
</p>
|
|
|
|
|
|
<code>
|
|
<code>
|