From e546537ffbec00dae63642a0e44c95572b897988 Mon Sep 17 00:00:00 2001 From: papadanku <115061077+papadanku@users.noreply.github.com> Date: Tue, 9 Jul 2024 22:20:58 -0700 Subject: [PATCH] cBloom: Adjusted default settings --- shaders/cBloom.fx | 4 ++-- shaders/shared/cCamera.fxh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/shaders/cBloom.fx b/shaders/cBloom.fx index c30f1f9..9a39b44 100644 --- a/shaders/cBloom.fx +++ b/shaders/cBloom.fx @@ -44,8 +44,8 @@ uniform float _Intensity < ui_type = "slider"; ui_step = 0.001; ui_min = 0.0; - ui_max = 0.5; -> = 0.1; + ui_max = 1.0; +> = 0.5; uniform float _Level8Weight < ui_category = "Bloom: Level Weights"; diff --git a/shaders/shared/cCamera.fxh b/shaders/shared/cCamera.fxh index dd9df57..d973e9c 100644 --- a/shaders/shared/cCamera.fxh +++ b/shaders/shared/cCamera.fxh @@ -17,7 +17,7 @@ ui_type = "slider"; ui_min = 0.1; ui_max = 1.0; - > = 0.5; + > = 0.1; float4 CreateExposureTex(float Luminance, float FrameTime) {