提交 4ba71f6a 编写于 作者: S sole

Minor AmbientLight docs fixes

上级 57b94936
......@@ -12,15 +12,16 @@
<h1>[name]</h1>
<div class="desc">
This light's color gets applied to all the object in the scene globally.
This light's color gets applied to all the objects in the scene globally.
</div>
<h2>Example</h2>
<code>var light = new THREE.AmbientLight( 0xff0000 );
scene.add( light );</code>
<code>var light = new THREE.AmbientLight( 0xff0000 );
scene.add( light );</code>
will light objects with red.
<h2>Constructor</h2>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册