Browse Source

add ambientLight documentation

OpenShift guest 12 years ago
parent
commit
b4f8a71bbb
1 changed files with 7 additions and 0 deletions
  1. 7 0
      docs/api/lights/AmbientLight.html

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

@@ -24,6 +24,13 @@ scene.add( light );</code>
 		<h2>Constructor</h2>
 		<h2>Constructor</h2>
 
 
 		<h3>[name]( [page:Float hex] )</h3>
 		<h3>[name]( [page:Float hex] )</h3>
+		<div>
+		[page:Integer hex] — Numeric value of the RGB component of the color.
+		</div>
+		<div>
+		This creates a Ambientlight with a color.
+		</div>
+		
 
 
 
 
 		<h2>Source</h2>
 		<h2>Source</h2>