virtualx-engine/scene
Hugo Locurcio 4fefb136ea
Backport DirectionalLight fade_start property to 3.x
- Implement shadow fading when using the Orthogonal shadow mode
  (like in `master`).

This allows customizing the distance at which directional shadows
start to fade away. Shadow fading will also always start at the same
distance now, regardless of the current shadow mode in use.

This is useful for enclosed levels to prevent shadows from fading
at all with a well-tuned maximum distance.

The default fade start value (0.8) results in fading happening later
in the distance compared to the previous behavior, where fading started
from the last shadow split distance (0.6 in PSSM 4 Splits and
0.1 in PSSM 2 Splits).
2023-11-20 12:41:55 +01:00
..
2d CPUParticles2D - Add ability to follow physics interpolated target 2023-09-18 16:05:03 +01:00
3d Backport DirectionalLight fade_start property to 3.x 2023-11-20 12:41:55 +01:00
animation [3.x] Make AnimationNodeBlendTree use OrderedHashMap insteads Map 2023-07-18 17:56:24 +09:00
audio Merge pull request #70514 from stmSi/fix-editor-hanging-audio-pitch-scale-nan 2023-02-17 12:15:27 +01:00
debugger Merge pull request #70584 from stmSi/3.x-save-branch-as-scene-not-working-in-remote-without-pausing 2023-01-20 12:12:46 +01:00
gui Remove the separator from ItemList's thumbnail mode 2023-10-28 20:20:34 +02:00
main CPUParticles2D - Add ability to follow physics interpolated target 2023-09-18 16:05:03 +01:00
resources Fix zero scale in particle shader 2023-09-19 08:30:50 +01:00
property_utils.cpp One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
property_utils.h One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
register_scene_types.cpp One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
register_scene_types.h One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
scene_string_names.cpp One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
scene_string_names.h One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
SCsub SCons: Add explicit dependencies on thirdparty code in cloned env 2021-04-29 16:57:00 +02:00