Browse Source

Update PointLight.html

PaulJacobs 11 years ago
parent
commit
fe5106063f
1 changed files with 3 additions and 2 deletions
  1. 3 2
      docs/api/lights/PointLight.html

+ 3 - 2
docs/api/lights/PointLight.html

@@ -28,12 +28,13 @@ scene.add( light );</code>
 
 
 		<h3>[name]([page:todo hex], [page:todo intensity], [page:todo distance])</h3>
 		<h3>[name]([page:todo hex], [page:todo intensity], [page:todo distance])</h3>
 		<div>
 		<div>
-		hex -- todo <br />
+		hex -- Numeric value of the RGB component of the color. <br />
 		intensity -- todo <br />
 		intensity -- todo <br />
 		distance -- todo
 		distance -- todo
 		</div>
 		</div>
 		<div>
 		<div>
-		todo
+		Creates a light at a specific position in the scene.  The light shines in all directions (roughly similar to a light bulb.)
+	
 		</div>
 		</div>