Skip to content

Commit

Permalink
cCamera: Changed _CShadeExposureSmoothingSpeed
Browse files Browse the repository at this point in the history
  • Loading branch information
papadanku committed Jul 5, 2024
1 parent e6b94cb commit 3f8b94c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shaders/shared/cCamera.fxh
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
ui_category = "Output: AutoExposure";
ui_label = "Smoothing";
ui_type = "slider";
ui_tooltip = "Exposure time smoothing";
ui_tooltip = "Exposure smoothing speed";
ui_min = 0.001;
ui_max = 1.0;
> = 1.0;
> = 0.5;

float4 CreateExposureTex(float3 Color, float FrameTime)
{
Expand Down

0 comments on commit 3f8b94c

Please sign in to comment.