瀏覽代碼

Update DirectionalLight.html

PaulJacobs 11 年之前
父節點
當前提交
5572a5f144
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      docs/api/lights/DirectionalLight.html

+ 4 - 1
docs/api/lights/DirectionalLight.html

@@ -34,7 +34,10 @@ scene.add( directionalLight );</code>
 		intensity -- todo
 		</div>
 		<div>
-		todo
+		Creates a light that shines from a specific direction not from a specific position.  This light will behave
+		as though it is infinitely far away and the rays produced from it are all parallel.  The best
+		analogy would be a light source that acts like the sun: the sun is so far away that all sunlight
+		hitting objects comes from the same angle.
 		</div>
 
 		<h2>Properties</h2>