godot/drivers/gles3/shaders
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
..
blend_shape.glsl Fix Blend Shapes when Octahedral Compression is Used 2021-12-22 10:00:12 -05:00
canvas_shadow.glsl Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
canvas.glsl clang-format: Disable alignment of operands, too unreliable 2021-10-28 13:23:38 +02:00
copy.glsl clang-format: Disable alignment of operands, too unreliable 2021-10-28 13:23:38 +02:00
cube_to_dp.glsl Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
cubemap_filter.glsl Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
effect_blur.glsl Fixed Bug where DoF incorrectly wrote to alpha channel amd bug with tonemap shaders 2022-05-18 13:19:42 -07:00
exposure.glsl Fix incompatible addition in auto exposure shader 2021-12-16 16:06:31 +08:00
lens_distorted.glsl Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
particles.glsl workaround for angle project issue 7245, safari, iOS 2022-08-24 09:23:05 -06:00
resolve.glsl Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
scene.glsl Backport DirectionalLight fade_start property to 3.x 2023-11-20 12:41:55 +01:00
screen_space_reflection.glsl Fix visible background line in intersections in screen-space reflections 2022-01-16 18:00:13 +01:00
SCsub SCons: Properly track codegen script dependency for generated GLES headers 2022-07-02 15:52:42 +02:00
ssao_blur.glsl Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
ssao_minify.glsl Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
ssao.glsl Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
subsurf_scattering.glsl Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
tonemap.glsl Take FXAA samples from half-pixel coordinates to improve quality 2022-11-30 15:39:00 +01:00