소스 검색

update OBJLoader documentation (#9128)

Tonghe Wang 9 년 전
부모
커밋
6b18e63f5b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/api/loaders/OBJLoader.html

+ 1 - 1
docs/api/loaders/OBJLoader.html

@@ -46,7 +46,7 @@
 		</div>
 		<div>
 		Parse an <em>obj</em> text structure and return an [page:Object3D].<br />
-		Found objects are converted to [page:Mesh] with a [page:BufferGeometry] and a default [page:MeshLambertMaterial].
+		Found objects are converted to [page:Mesh] with a [page:BufferGeometry] and a default [page:MeshPhongMaterial].
 		</div>
 
 		<h2>Example</h2>