Jelajahi Sumber

Apply review comment to GLTFLoader.parse documentation

Takahiro 7 tahun lalu
induk
melakukan
7481d75983
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      docs/examples/loaders/GLTFLoader.html

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

@@ -122,13 +122,13 @@
 
 		<h3>[method:null parse]( [page:ArrayBuffer data], [page:String path], [page:Function onLoad], [page:Function onError] )</h3>
 		<div>
-		[page:ArrayBuffer data] — glTF-based ArrayBuffer or <em>JSON</em> structure String to parse.<br />
+		[page:ArrayBuffer data] — glTF asset to parse, as an ArrayBuffer or <em>JSON</em> string.<br />
 		[page:String path] — The base path from which to find subsequent glTF resources such as textures and .bin data files.<br />
 		[page:Function onLoad] — A function to be called when parse completes.<br />
 		[page:Function onError] — (optional) A function to be called if an error occurs during parsing. The function receives error as an argument.<br />
 		</div>
 		<div>
-		Parse a glTF-based ArrayBuffer or <em>JSON</em> structure String and fire [page:Function onLoad] callback when complete. The argument to [page:Function onLoad] will be an [page:object] that contains loaded parts: .[page:Scene scene], .[page:Array scenes], .[page:Array cameras], and .[page:Array animations].
+		Parse a glTF-based ArrayBuffer or <em>JSON</em> String and fire [page:Function onLoad] callback when complete. The argument to [page:Function onLoad] will be an [page:object] that contains loaded parts: .[page:Scene scene], .[page:Array scenes], .[page:Array cameras], and .[page:Array animations].
 		</div>
 
 		<h2>Source</h2>