浏览代码

Docs: Removed now unneded description in AmbientLight. Thanks @WestLangley.

Mr.doob 12 年之前
父节点
当前提交
42f7f1036f
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      docs/api/lights/AmbientLight.html

+ 0 - 2
docs/api/lights/AmbientLight.html

@@ -21,8 +21,6 @@
 <code>var light = new THREE.AmbientLight( 0x404040 ); // soft white light
 scene.add( light );</code>
 
-		will light objects with red.
-
 		<h2>Constructor</h2>
 
 		<h3>[name]( [page:Float hex] )</h3>