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) {