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
..
SCsub
engine.cpp
engine.h
project_settings.cpp Jitter raster occlusion camera to reduce false positives. 2024-04-03 12:18:45 +01:00
project_settings.h