Bläddra i källkod

GLTFLoader Doc: Add .setPath()

Takahiro 6 år sedan
förälder
incheckning
3231efb1c0
1 ändrade filer med 8 tillägg och 0 borttagningar
  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.
 		</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>
 		<p>
 		[page:String path] — Base path for loading additional resources e.g. textures and .bin data.