virtualx-engine/servers/rendering/renderer_rd/storage_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
..
light_storage.cpp Implement Physical Light Units as an optional setting. 2022-08-31 12:14:46 -07:00
light_storage.h Implement Physical Light Units as an optional setting. 2022-08-31 12:14:46 -07:00
material_storage.cpp Merge pull request #64167 from clayjohn/screen-texture-hint 2022-08-19 21:51:39 +02:00
material_storage.h Rename shader parameter uniform setter/getter methods for consistency 2022-08-04 23:17:06 +02:00
mesh_storage.cpp Merge pull request #60309 from The-O-King/oct 2022-08-22 19:29:21 +02:00
mesh_storage.h Changed storage structs to private 2022-08-01 11:59:14 +10:00
particles_storage.cpp Rename ParticlesMaterial to ParticleProcessMaterial 2022-08-26 02:53:08 +02:00
particles_storage.h Rename ParticlesMaterial to ParticleProcessMaterial 2022-08-26 02:53:08 +02:00
SCsub
texture_storage.cpp Implement MSAA for 2D [Vulkan only] 2022-08-13 01:09:48 +02:00
texture_storage.h Implement MSAA for 2D [Vulkan only] 2022-08-13 01:09:48 +02:00
utilities.cpp Fix macOS and iOS defines in the rendering code. 2022-08-08 17:51:31 +03:00
utilities.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00