godot/modules/lightmapper_rd
William Deurwaarder 2ee77f6f05 GPULightmapper: better algorithm to generate rays for indirect lighting
Previous algorithm used an algorithm to generate rays that was not completely
random. This caused artifacts when large lighmap textures were used.

The new algorithm creates better rays and by that prevents artifacts.
2021-11-19 15:29:43 +01:00
..
config.py
lightmapper_rd.cpp GPULightmapper: execute dilate also after denoise 2021-10-16 11:28:37 +02:00
lightmapper_rd.h clang-format: Disable alignment of operands, too unreliable 2021-10-28 15:19:35 +02:00
lm_blendseams.glsl
lm_common_inc.glsl
lm_compute.glsl GPULightmapper: better algorithm to generate rays for indirect lighting 2021-11-19 15:29:43 +01:00
lm_raster.glsl
register_types.cpp
register_types.h
SCsub