Parcourir la source

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

Mr.doob il y a 12 ans
Parent
commit
42f7f1036f
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  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>