godot/drivers
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
..
alsa One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
alsamidi One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
coreaudio One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
coremidi One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
dummy Fix 2D MultiMesh hierarchical culling 2023-08-03 06:49:01 +01:00
gl_context SCons: Add explicit dependencies on thirdparty code in cloned env 2021-04-29 16:57:00 +02:00
gles2 Backport DirectionalLight fade_start property to 3.x 2023-11-20 12:41:55 +01:00
gles3 Backport DirectionalLight fade_start property to 3.x 2023-11-20 12:41:55 +01:00
gles_common Batching - Add MultiRect command 2023-03-10 10:58:04 +00:00
png One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
pulseaudio PulseAudio: Remove get_latency() caching 2023-08-05 20:25:06 +09:30
unix [Net] Explicitly handle buffer errors in send/recv 2023-07-19 19:17:19 +02:00
wasapi Add mono audio support to WASAPI 2023-08-28 17:27:15 +02:00
windows One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
winmidi One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
xaudio2 One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
register_driver_types.cpp One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
register_driver_types.h One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
SCsub Unified GLES2 / GLES3 Batching 2020-10-16 10:34:47 +01:00