godot/doc
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
..
classes Jitter raster occlusion camera to reduce false positives. 2024-04-03 12:18:45 +01:00
tools Documentation: Fix RST generation for `[codeblock lang=text]` 2024-03-11 10:24:09 +03:00
translations i18n: Sync translations with Weblate 2024-03-04 16:16:19 +01:00
Doxyfile
Makefile Fix translation po file not found when `make rst` 2023-11-19 11:29:46 +08:00
class.xsd Documentation: Add support for deprecated/experimental messages 2024-02-15 15:59:50 +03:00