File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -637,7 +637,7 @@ fov (Field of view) int 72 45 160
637
637
638
638
# Adjust the gamma encoding for the light tables. Higher numbers are brighter.
639
639
# This setting is for the client only and is ignored by the server.
640
- display_gamma (Gamma) float 1.0 0.5 3 .0
640
+ display_gamma (Gamma) float 1.0 0.5 10 .0
641
641
642
642
# Gradient of light curve at minimum light level.
643
643
lighting_alpha (Darkness sharpness) float 0.0 0.0 4.0
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ void set_light_table(float gamma)
66
66
params.center = g_settings->getFloat (" lighting_boost_center" );
67
67
params.sigma = g_settings->getFloat (" lighting_boost_spread" );
68
68
// Gamma correction
69
- params.gamma = rangelim (gamma , 0 .5f , 3 .0f );
69
+ params.gamma = rangelim (gamma , 0 .5f , 10 .0f );
70
70
71
71
// Boundary values should be fixed
72
72
light_LUT[0 ] = 0 ;
You can’t perform that action at this time.
0 commit comments