提交 a7d5acf0 编写于 作者: M Mr.doob

Docs: AmbientLight hint as suggested by @WestLangley. Closes #2872.

上级 6f72a001
......@@ -18,7 +18,7 @@
<h2>Example</h2>
<code>var light = new THREE.AmbientLight( 0xff0000 );
<code>var light = new THREE.AmbientLight( 0x404040 ); // soft white light
scene.add( light );</code>
will light objects with red.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册