virtualx-engine/modules/lightmapper_rd
Dario 47214ea9f5 Optimize lightmapper using triangle clusters on the acceleration structure.
Add an additional layer of indirection to the grid used by the lightmapper to store fixed-size triangle clusters. Greatly speeds up baking times on scenes with high triangle density, as the clusters will help to avoid unnecessary checks when the triangle density is high on the scene.
2023-10-13 17:57:25 -03:00
..
config.py
lightmapper_rd.cpp
lightmapper_rd.h
lm_blendseams.glsl
lm_common_inc.glsl
lm_compute.glsl
lm_raster.glsl
register_types.cpp
register_types.h
SCsub