Skip to content

Commit f6185f5

Browse files
committed
Update cCamera.fxh
1 parent ff82895 commit f6185f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

shaders/shared/cCamera.fxh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@
3131
#if defined(INCLUDE_CCAMERA_OUTPUT)
3232
uniform float _CShadeExposureBias <
3333
ui_category = "Output: AutoExposure";
34-
ui_label = "Exposure Bias";
34+
ui_label = "Exposure Compensation";
3535
ui_type = "slider";
3636
ui_step = 0.001;
3737
ui_min = 0.0;
38-
ui_max = 2.0;
39-
> = 1.0;
38+
ui_max = 3.0;
39+
> = 0.0;
4040

4141
float3 ApplyAutoExposure(float3 Color, float Luma)
4242
{

0 commit comments

Comments
 (0)