From 83bfc89466a8ce5840fd106b51e7950508c24670 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Sun, 19 Jan 2020 14:28:39 +0100 Subject: [PATCH] Document Light contact shadows often looking broken (cherry picked from commit 9171737e2b240ec8cc66e9521cfa07bf947e3112) --- doc/classes/Light.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/classes/Light.xml b/doc/classes/Light.xml index cf5103abebd..26c7d648caa 100644 --- a/doc/classes/Light.xml +++ b/doc/classes/Light.xml @@ -62,7 +62,8 @@ The color of shadows cast by this light. - 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. + [b]Note:[/b] Contact shadows can look broken, so leaving this property to [code]0.0[/code] is recommended. If [code]true[/code], the light will cast shadows.