godot/modules/lightmapper_rd
Dario a9a197d2dc Rewrite the GPU Lightmapper's indirect lighting logic to match Godot 3.5's CPU Lightmapper.
Port over the logic from Godot 3.5 for indirect lighting. This should fix many issues about indirect bounces causing more energy and improve the overall quality of the result.
2023-10-13 14:33:55 -03:00
..
config.py Disable lightmapper_rd module in non-editor builds (and in Android editor) 2023-09-29 11:30:15 +02:00
lightmapper_rd.cpp Rewrite the GPU Lightmapper's indirect lighting logic to match Godot 3.5's CPU Lightmapper. 2023-10-13 14:33:55 -03:00
lightmapper_rd.h Rewrite the GPU Lightmapper's indirect lighting logic to match Godot 3.5's CPU Lightmapper. 2023-10-13 14:33:55 -03:00
lm_blendseams.glsl RendererRD: Remove binding specifier for push constants 2022-02-11 18:42:32 +01:00
lm_common_inc.glsl Rewrite the GPU Lightmapper's indirect lighting logic to match Godot 3.5's CPU Lightmapper. 2023-10-13 14:33:55 -03:00
lm_compute.glsl Rewrite the GPU Lightmapper's indirect lighting logic to match Godot 3.5's CPU Lightmapper. 2023-10-13 14:33:55 -03:00
lm_raster.glsl RendererRD: Remove binding specifier for push constants 2022-02-11 18:42:32 +01:00
register_types.cpp Rewrite the GPU Lightmapper's indirect lighting logic to match Godot 3.5's CPU Lightmapper. 2023-10-13 14:33:55 -03:00
register_types.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
SCsub SCons: Properly track codegen script dependency for generated GLSL headers 2022-07-02 16:01:48 +02:00