We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9403dc commit 6ec615bCopy full SHA for 6ec615b
docs/api/en/lights/PointLight.html
@@ -51,6 +51,13 @@ <h2>Properties</h2>
51
<p>
52
See the base [page:Light Light] class for common properties.
53
</p>
54
+
55
+ <h3>[property:Boolean castShadow]</h3>
56
+ <p>
57
+ If set to `true` light will cast dynamic shadows. *Warning*: This is expensive and
58
+ requires tweaking to get shadows looking right. See the [page:PointLightShadow] for details.
59
+ The default is `false`.
60
+ </p>
61
62
<h3>[property:Float decay]</h3>
63
0 commit comments