Преглед на файлове

Minor AmbientLight docs fixes

sole преди 13 години
родител
ревизия
4ba71f6a77
променени са 1 файла, в които са добавени 4 реда и са изтрити 3 реда
  1. 4 3
      docs/api/lights/AmbientLight.html

+ 4 - 3
docs/api/lights/AmbientLight.html

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