浏览代码

GLTFLoader Doc: Add .setPath()

Takahiro 6 年之前
父节点
当前提交
3231efb1c0
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8 0
      docs/examples/loaders/GLTFLoader.html

+ 8 - 0
docs/examples/loaders/GLTFLoader.html

@@ -135,6 +135,14 @@
 		Begin loading from url and call the callback function with the parsed response content.
 		Begin loading from url and call the callback function with the parsed response content.
 		</p>
 		</p>
 
 
+		<h3>[method:GLTFLoader setPath]( [param:String path] )</h3>
+		<p>
+		[page:String path] — Base path.
+		</p>
+		<p>
+		Set the base path for the .gltf/.glb file.
+		</p>
+
 		<h3>[method:null setResourcePath]( [param:String path] )</h3>
 		<h3>[method:null setResourcePath]( [param:String path] )</h3>
 		<p>
 		<p>
 		[page:String path] — Base path for loading additional resources e.g. textures and .bin data.
 		[page:String path] — Base path for loading additional resources e.g. textures and .bin data.