godot/core
lawnjelly 691854d589 Jitter raster occlusion camera to reduce false positives.
Due to the low resolution of the occlusion buffer, small gaps between occluders can be closed and incorrectly occlude instances which should show through the gaps. To ameliorate this problem, this PR jitters the occlusion buffer over time, making it more likely an instance will be seen through a gap. This is used in conjunction with an occlusion timer per instance, to prevent instances flickering on and off rapidly.
2024-04-03 12:18:45 +01:00
..
config Jitter raster occlusion camera to reduce false positives. 2024-04-03 12:18:45 +01:00
crypto Add 'override' mark to ResourceFormat class 2024-03-25 04:06:34 +08:00
debugger Add const lvalue ref to core/* container parameters 2024-02-14 11:20:36 -03:00
error Fix GLTF exporting invalid meshes and attempting to export gizmo meshes 2024-02-04 02:58:29 -06:00
extension Print correct path when unable to find GDExtension library 2024-03-26 00:13:56 +01:00
input Fix action_press() by clamping strength to 0, 1 2024-03-27 11:17:40 -04:00
io Implement OS.execute_with_pipe method to run process with redirected stdio. 2024-03-27 11:41:16 +02:00
math Merge pull request #89619 from AThousandShips/rand_fix 2024-03-24 01:19:20 +01:00
object Merge pull request #89451 from AThousandShips/emit_fix 2024-03-24 01:15:52 +01:00
os Implement OS.execute_with_pipe method to run process with redirected stdio. 2024-03-27 11:41:16 +02:00
string [Core] Fix incorrect file sort method 2024-03-24 17:54:57 +01:00
templates Fixed Timestep Interpolation (2D) 2024-03-23 12:28:36 +01:00
variant Merge pull request #87831 from Riteo/bitfield-xor 2024-03-26 13:45:02 +01:00
core_bind.cpp Implement OS.execute_with_pipe method to run process with redirected stdio. 2024-03-27 11:41:16 +02:00
core_bind.h Implement OS.execute_with_pipe method to run process with redirected stdio. 2024-03-27 11:41:16 +02:00
core_builders.py SCons: Remove run_in_subprocess dependency 2024-03-11 13:20:09 -05:00
core_constants.cpp Add InputEventKey.location to tell left from right 2024-01-26 14:42:28 +01:00
core_constants.h Add const lvalue ref to container parameters 2024-01-05 14:49:57 -03:00
core_globals.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
core_globals.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
core_string_names.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
core_string_names.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
doc_data.cpp Display BitField[Enum] in docs to distinguish from Enum 2023-06-15 17:23:02 +03:00
doc_data.h Documentation: Add support for deprecated/experimental messages 2024-02-15 15:59:50 +03:00
register_core_types.cpp Manage time singleton 2024-02-11 14:39:20 -08:00
register_core_types.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
SCsub Enforce \n eol for Python writes 2024-03-09 14:29:24 -06:00
typedefs.h Enforce template syntax typename over class 2024-03-07 22:39:09 -06:00
version.h Display the build date in the editor and when starting the engine 2024-02-27 20:39:17 +01:00