Don McCurdy пре 8 година
родитељ
комит
fd6fe6ef1d
1 измењених фајлова са 8 додато и 11 уклоњено
  1. 8 11
      docs/examples/loaders/GLTF2Loader.html

+ 8 - 11
docs/examples/loaders/GLTF2Loader.html

@@ -14,13 +14,12 @@
 		<div class="desc">
 		A loader for *glTF* 2.0 resources.
 		<br /><br />
-		<a href="https://www.khronos.org/gltf">glTF</a> (GL Transmission Format) is an open format
-		specification for efficient delivery and loading of 3D content. Assets may be provided either
-		in JSON (.gltf) or binary (.glb) format. External files store textures (.jpg, .png, ...) and
-		additional binary data (.bin). A glTF asset may deliver one or more scenes, including meshes,
-		materials, textures, shaders, skins, skeletons, animations, lights, and/or cameras. Morph target
-		animations are not yet finalized in the
-		<a href="https://github.com/KhronosGroup/glTF/tree/master/specification">glTF specification</a>.
+		<a href="https://www.khronos.org/gltf">glTF</a> (GL Transmission Format) is an
+		<a href="https://github.com/KhronosGroup/glTF/tree/master/specification/2.0">open format specification</a>
+		for efficient delivery and loading of 3D content. Assets may be provided either in JSON (.gltf)
+		or binary (.glb) format. External files store textures (.jpg, .png, ...) and additional binary
+		data (.bin). A glTF asset may deliver one or more scenes, including meshes, materials,
+		textures, shaders, skins, skeletons, morph targets, animations, lights, and/or cameras.
 		</div>
 
 		<h2>Extensions</h2>
@@ -31,9 +30,7 @@
 
 		<ul>
 			<li>
-				<a target="_blank" href="https://github.com/KhronosGroup/glTF/blob/master/extensions/Khronos/KHR_binary_glTF">
-					KHR_binary_glTF
-				</a>
+				KHR_lights
 			</li>
 			<li>
 				<a target="_blank" href="https://github.com/KhronosGroup/glTF/tree/master/extensions/Khronos/KHR_materials_common">
@@ -41,7 +38,7 @@
 				</a>
 			</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
 				</a>
 			</li>