virtualx-engine/scene
clayjohn 57eb762bae Add option to enable HDR rendering in 2D
This is needed to allow 2D to fully make use of 3D effects (e.g. glow), and can be used to substantially improve quality of 2D rendering at the cost of performance

Additionally, the 2D rendering pipeline is done in linear space (we skip linear_to_srgb conversion in 3D tonemapping) so the entire Viewport can be kept linear.
This is necessary for proper HDR screen support in the future.
2023-08-07 11:24:03 +02:00
..
2d Merge pull request #80122 from timothyqiu/rid-id 2023-08-01 20:04:04 +02:00
3d Merge pull request #79977 from Owl-A/bugfix 2023-08-01 20:03:47 +02:00
animation Improve and clarify paused Tweens 2023-07-25 13:29:30 +02:00
audio Merge pull request #70515 from stmSi/fix-hanging-audio-pitch-scale 2023-02-17 14:06:55 +01:00
debugger Fix arg count checks in SceneDebugger 2023-07-19 18:13:15 +02:00
gui Merge pull request #79705 from 398utubzyt/gui/snap-charfx-fix 2023-08-02 12:18:46 +02:00
main Add option to enable HDR rendering in 2D 2023-08-07 11:24:03 +02:00
resources Merge pull request #79874 from clayjohn/PlaceholderTexture-rid 2023-08-01 17:25:37 +02:00
theme Merge pull request #68429 from KoBeWi/PropertySettings 2023-01-06 22:59:29 +01:00
property_utils.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
property_utils.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
register_scene_types.cpp Merge pull request #79288 from BastiaanOlij/custom_texture_api 2023-07-26 18:40:01 +02:00
register_scene_types.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
scene_string_names.cpp Merge pull request #76853 from HolonProduction/emission_finished 2023-07-14 18:50:51 +02:00
scene_string_names.h Merge pull request #76853 from HolonProduction/emission_finished 2023-07-14 18:50:51 +02:00
SCsub Add ThemeDB, expose previously static Theme methods 2022-08-26 19:23:05 +03:00