Skip to content

Commit

Permalink
cBloom: Tweak settings
Browse files Browse the repository at this point in the history
  • Loading branch information
papadanku committed Jul 5, 2024
1 parent 1ca1abe commit a7b68e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions shaders/cBloom.fx
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ uniform float _Intensity <
ui_label = "Intensity";
ui_type = "slider";
ui_min = 0.0;
ui_max = 10.0;
> = 1.0;
ui_max = 1.0;
> = 0.1;

uniform float _Level7Weight <
ui_category = "Bloom: Level Weights";
Expand Down Expand Up @@ -107,7 +107,7 @@ uniform float _Level1Weight <
> = 1.0;

#ifndef USE_AUTOEXPOSURE
#define USE_AUTOEXPOSURE 0
#define USE_AUTOEXPOSURE 1
#endif

/*
Expand Down

0 comments on commit a7b68e3

Please sign in to comment.