瀏覽代碼

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

Mr.doob 12 年之前
父節點
當前提交
a7d5acf09e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/api/lights/AmbientLight.html

+ 1 - 1
docs/api/lights/AmbientLight.html

@@ -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.