Ver Fonte

update OBJLoader documentation (#9128)

Tonghe Wang há 9 anos atrás
pai
commit
6b18e63f5b
1 ficheiros alterados com 1 adições e 1 exclusões
  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>