diff options
Diffstat (limited to 'doc/classes/DirectionalLight3D.xml')
-rw-r--r-- | doc/classes/DirectionalLight3D.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/classes/DirectionalLight3D.xml b/doc/classes/DirectionalLight3D.xml index f66be6ddde..fc7ce94a2b 100644 --- a/doc/classes/DirectionalLight3D.xml +++ b/doc/classes/DirectionalLight3D.xml @@ -39,6 +39,8 @@ <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.05" /> + <member name="shadow_normal_bias" type="float" setter="set_param" getter="get_param" override="true" default="1.0" /> </members> <constants> <constant name="SHADOW_ORTHOGONAL" value="0" enum="ShadowMode"> |