Skip to content

Commit

Permalink
cBloom: Adjusted default settings
Browse files Browse the repository at this point in the history
  • Loading branch information
papadanku committed Jul 10, 2024
1 parent 587289e commit e546537
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions shaders/cBloom.fx
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion shaders/shared/cCamera.fxh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit e546537

Please sign in to comment.