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.
2 parents 89d34c8 + 9171737 commit 125e419Copy full SHA for 125e419
doc/classes/Light.xml
@@ -62,7 +62,8 @@
62
The color of shadows cast by this light.
63
</member>
64
<member name="shadow_contact" type="float" setter="set_param" getter="get_param" default="0.0">
65
- Attempts to reduce [member shadow_bias] gap.
+ Attempts to reduce [member shadow_bias] gap by rendering screen-space contact shadows. This has a performance impact, especially at higher values.
66
+ [b]Note:[/b] Contact shadows can look broken, so leaving this property to [code]0.0[/code] is recommended.
67
68
<member name="shadow_enabled" type="bool" setter="set_shadow" getter="has_shadow" default="false">
69
If [code]true[/code], the light will cast shadows.
0 commit comments