godot/modules/lightmapper_rd
clayjohn 385ee5c70b Implement Physical Light Units as an optional setting.
This allows light sources to be specified in physical light units in addition to the regular energy multiplier. In order to avoid loss of precision at high values, brightness values are premultiplied by an exposure normalization value.

In support of Physical Light Units this PR also renames CameraEffects to CameraAttributes.
2022-08-31 12:14:46 -07:00
..
config.py
lightmapper_rd.cpp Implement Physical Light Units as an optional setting. 2022-08-31 12:14:46 -07:00
lightmapper_rd.h Implement Physical Light Units as an optional setting. 2022-08-31 12:14:46 -07:00
lm_blendseams.glsl
lm_common_inc.glsl
lm_compute.glsl Implement Physical Light Units as an optional setting. 2022-08-31 12:14:46 -07:00
lm_raster.glsl
register_types.cpp
register_types.h
SCsub