소스 검색

GLTFLoader Doc: Fix return type from setResourcePath()

Takahiro 7 년 전
부모
커밋
3bc20962c0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>