PaulJacobs 11 лет назад
Родитель
Сommit
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>