Skip to content

Commit

Permalink
Update cAutoExposure.fx
Browse files Browse the repository at this point in the history
  • Loading branch information
papadanku committed Oct 1, 2023
1 parent 59bea81 commit f2ac034
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shaders/cAutoExposure.fx
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ uniform float _SmoothingSpeed <
ui_tooltip = "Exposure time smoothing";
ui_min = 0.0;
ui_max = 10.0;
> = 2.0;
> = 1.0;

uniform float _ManualBias <
ui_category = "Exposure";
ui_label = "Exposure";
ui_type = "drag";
ui_tooltip = "Optional manual bias ";
ui_min = 0.0;
> = 2.0;
> = 1.0;

uniform float _Scale <
ui_category = "Spot Metering";
Expand Down

0 comments on commit f2ac034

Please sign in to comment.