diff options
Diffstat (limited to 'doc/classes/DirectionalLight.xml')
-rw-r--r-- | doc/classes/DirectionalLight.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/DirectionalLight.xml b/doc/classes/DirectionalLight.xml index 687e7519b2..0840fb2338 100644 --- a/doc/classes/DirectionalLight.xml +++ b/doc/classes/DirectionalLight.xml @@ -39,6 +39,7 @@ <member name="directional_shadow_split_3" type="float" setter="set_param" getter="get_param" default="0.5"> The distance from shadow split 2 to split 3. Relative to [member directional_shadow_max_distance]. Only used when [member directional_shadow_mode] is [code]SHADOW_PARALLEL_4_SPLITS[/code]. </member> + <member name="shadow_bias" type="float" setter="set_param" getter="get_param" override="true" default="0.1"/> </members> <constants> <constant name="SHADOW_ORTHOGONAL" value="0" enum="ShadowMode"> |