godot/core/config
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
..
engine.cpp Properly skip printing version header with --no-header 2024-03-26 11:41:13 +01:00
engine.h Properly skip printing version header with --no-header 2024-03-26 11:41:13 +01:00
project_settings.cpp Jitter raster occlusion camera to reduce false positives. 2024-04-03 12:18:45 +01:00
project_settings.h Merge uid_cache.bin and global_script_class_cache.cfg after mounting PCKs 2024-03-06 12:14:21 -05:00
SCsub