Explorar o código

Merge pull request #13413 from takahirox/UpdateGLTFLoaderDoc2

Clean up GLTFLoader Doc
Mr.doob %!s(int64=7) %!d(string=hai) anos
pai
achega
276031831e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/examples/loaders/GLTFLoader.html

+ 1 - 1
docs/examples/loaders/GLTFLoader.html

@@ -15,7 +15,7 @@
 		<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
+		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, skins, skeletons, morph targets, animations, lights, and/or cameras.
 		</div>