Browse Source

GLTFLoader Doc: Fix return type from setResourcePath()

Takahiro 6 years ago
parent
commit
3bc20962c0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/examples/loaders/GLTFLoader.html

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

@@ -143,7 +143,7 @@
 		Set the base path for the .gltf/.glb file.
 		</p>
 
-		<h3>[method:null setResourcePath]( [param:String path] )</h3>
+		<h3>[method:GLTFLoader setResourcePath]( [param:String path] )</h3>
 		<p>
 		[page:String path] — Base path for loading additional resources e.g. textures and .bin data.
 		</p>