Michael Herzog 2 gadi atpakaļ
vecāks
revīzija
a008a55a4f

+ 7 - 0
docs/api/it/lights/PointLight.html

@@ -52,6 +52,13 @@ scene.add( light );
       Vedi la classe base [page:Light Light] per le proprietà comuni.
       Vedi la classe base [page:Light Light] per le proprietà comuni.
 		</p>
 		</p>
 
 
+		<h3>[property:Boolean castShadow]</h3>
+		<p>
+			If set to `true` light will cast dynamic shadows. *Warning*: This is expensive and
+			requires tweaking to get shadows looking right. See the [page:PointLightShadow] for details.
+			The default is `false`.
+		</p>
+
 		<h3>[property:Float decay]</h3>
 		<h3>[property:Float decay]</h3>
 		<p>
 		<p>
 			The amount the light dims along the distance of the light. Default is `2`.<br />
 			The amount the light dims along the distance of the light. Default is `2`.<br />

+ 7 - 0
docs/api/zh/lights/PointLight.html

@@ -52,6 +52,13 @@
 			公共属性请查看基类[page:Light Light]。
 			公共属性请查看基类[page:Light Light]。
 		</p>
 		</p>
 
 
+		<h3>[property:Boolean castShadow]</h3>
+		<p>
+			If set to `true` light will cast dynamic shadows. *Warning*: This is expensive and
+			requires tweaking to get shadows looking right. See the [page:PointLightShadow] for details.
+			The default is `false`.
+		</p>
+
 		<h3>[property:Float decay]</h3>
 		<h3>[property:Float decay]</h3>
 		<p>
 		<p>
 			The amount the light dims along the distance of the light. Default is `2`.<br />
 			The amount the light dims along the distance of the light. Default is `2`.<br />