summaryrefslogtreecommitdiffstats
path: root/doc/classes/DirectionalLight3D.xml
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2020-06-25 10:51:46 +0200
committerRémi Verschelde <rverschelde@gmail.com>2020-06-25 11:00:38 +0200
commit2446dbfba1ce0549ffaf202d6fb38ec65dba2155 (patch)
tree2930c38ccc9d4683a27a4e567f856d763c50e447 /doc/classes/DirectionalLight3D.xml
parente8706848e62718b936859d2288d4ce198b2328b7 (diff)
downloadredot-engine-2446dbfba1ce0549ffaf202d6fb38ec65dba2155.tar.gz
doc: Sync classref with current source
Diffstat (limited to 'doc/classes/DirectionalLight3D.xml')
-rw-r--r--doc/classes/DirectionalLight3D.xml2
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">