godot/modules/lightmapper_rd
jfons 6995b0429c Assorted fixes to UV unwrapping and GPU lightmapper
Various fixes to UV2 unwrapping and the GPU lightmapper. Listed here for
context in case of git blame/bisect:

* Fix UV2 unwrapping on import, also cleaned up the unwrap cache code.
* Fix saving of RGBA images in EXR format.
* Fixes to the GPU lightmapper:
	- Added padding between atlas elements, avoids bleeding.
	- Remove old SDF generation code.
	- Fix baked attenuation for Omni/Spot lights.
	- Fix baking of material properties onto UV2 (wireframe was
	  wrongly used before).
	- Disable statically baked lights for objects that have a
	  lightmap texture to avoid applying the same light twice.
	- Fix lightmap pairing in RendererSceneCull.
	- Fix UV2 array generated from `RenderingServer::mesh_surface_get_arrays()`.
	- Port autoexposure fix for OIDN from 3.x.
	- Save debug textures as EXR when using floating point format.
2021-05-03 18:10:34 +02:00
..
config.py
lightmapper_rd.cpp Assorted fixes to UV unwrapping and GPU lightmapper 2021-05-03 18:10:34 +02:00
lightmapper_rd.h Assorted fixes to UV unwrapping and GPU lightmapper 2021-05-03 18:10:34 +02:00
lm_blendseams.glsl Refactor GLSL shader compilation 2021-04-14 11:37:52 -03:00
lm_common_inc.glsl Assorted fixes to UV unwrapping and GPU lightmapper 2021-05-03 18:10:34 +02:00
lm_compute.glsl Assorted fixes to UV unwrapping and GPU lightmapper 2021-05-03 18:10:34 +02:00
lm_raster.glsl Refactor GLSL shader compilation 2021-04-14 11:37:52 -03:00
register_types.cpp Reorganize Project Settings 2021-02-18 11:23:34 -03:00
register_types.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
SCsub