浏览代码

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 />