소스 검색

Update MeshPhongMaterial.html

`specular` is a Color, not t\Texture
Daniel Hritzkiv 7 년 전
부모
커밋
942de66056
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/api/materials/MeshPhongMaterial.html

+ 1 - 1
docs/api/materials/MeshPhongMaterial.html

@@ -205,7 +205,7 @@
 		<h3>[property:Boolean skinning]</h3>
 		<div>Define whether the material uses skinning. Default is false.</div>
 
-		<h3>[property:Texture specular]</h3>
+		<h3>[property:Color specular]</h3>
 		<div>
 			Specular color of the material. Default is a [page:Color] set to *0x111111* (very dark grey).<br /><br />