提交 fd6fe6ef 编写于 作者: D Don McCurdy

Update GLTF2Loader docs.

上级 cace4146
...@@ -14,13 +14,12 @@ ...@@ -14,13 +14,12 @@
<div class="desc"> <div class="desc">
A loader for *glTF* 2.0 resources. A loader for *glTF* 2.0 resources.
<br /><br /> <br /><br />
<a href="https://www.khronos.org/gltf">glTF</a> (GL Transmission Format) is an open format <a href="https://www.khronos.org/gltf">glTF</a> (GL Transmission Format) is an
specification for efficient delivery and loading of 3D content. Assets may be provided either <a href="https://github.com/KhronosGroup/glTF/tree/master/specification/2.0">open format specification</a>
in JSON (.gltf) or binary (.glb) format. External files store textures (.jpg, .png, ...) and for efficient delivery and loading of 3D content. Assets may be provided either in JSON (.gltf)
additional binary data (.bin). A glTF asset may deliver one or more scenes, including meshes, or binary (.glb) format. External files store textures (.jpg, .png, ...) and additional binary
materials, textures, shaders, skins, skeletons, animations, lights, and/or cameras. Morph target data (.bin). A glTF asset may deliver one or more scenes, including meshes, materials,
animations are not yet finalized in the textures, shaders, skins, skeletons, morph targets, animations, lights, and/or cameras.
<a href="https://github.com/KhronosGroup/glTF/tree/master/specification">glTF specification</a>.
</div> </div>
<h2>Extensions</h2> <h2>Extensions</h2>
...@@ -31,9 +30,7 @@ ...@@ -31,9 +30,7 @@
<ul> <ul>
<li> <li>
<a target="_blank" href="https://github.com/KhronosGroup/glTF/blob/master/extensions/Khronos/KHR_binary_glTF"> KHR_lights
KHR_binary_glTF
</a>
</li> </li>
<li> <li>
<a target="_blank" href="https://github.com/KhronosGroup/glTF/tree/master/extensions/Khronos/KHR_materials_common"> <a target="_blank" href="https://github.com/KhronosGroup/glTF/tree/master/extensions/Khronos/KHR_materials_common">
...@@ -41,7 +38,7 @@ ...@@ -41,7 +38,7 @@
</a> </a>
</li> </li>
<li> <li>
<a target="_blank" href="https://github.com/KhronosGroup/glTF/tree/2.0/extensions/Khronos/KHR_materials_pbrSpecularGlossiness"> <a target="_blank" href="https://github.com/KhronosGroup/glTF/tree/master/extensions/Khronos/KHR_materials_pbrSpecularGlossiness">
KHR_materials_pbrSpecularGlossiness KHR_materials_pbrSpecularGlossiness
</a> </a>
</li> </li>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册