未验证 提交 2a55412e 编写于 作者: M Mr.doob 提交者: GitHub

Merge pull request #14612 from BachNewton/patch-1

Added AmbientLight's default constructor values
......@@ -36,8 +36,8 @@ scene.add( light );</code>
<h3>[name]( [param:Integer color], [param:Float intensity] )</h3>
<p>
[page:Integer color] — Numeric value of the RGB component of the color. <br />
[page:Float intensity] -- Numeric value of the light's strength/intensity.<br /><br />
[page:Integer color] - (optional) Numeric value of the RGB component of the color. Default is 0xffffff.<br />
[page:Float intensity] - (optional) Numeric value of the light's strength/intensity. Default is 1.<br /><br />
Creates a new [name].
</p>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册