Browse Source

Merge pull request #84 from Calinou/tonemap-increase-white

Increase the tonemap White value to make highlights less blown out
Aaron Franke 5 years ago
parent
commit
cdff4baa31
1 changed files with 4 additions and 2 deletions
  1. 4 2
      level/geometry/environment.tres

+ 4 - 2
level/geometry/environment.tres

@@ -14,6 +14,8 @@ fog_height_enabled = true
 fog_height_max = -200.0
 fog_height_max = -200.0
 fog_height_curve = 0.812252
 fog_height_curve = 0.812252
 tonemap_mode = 2
 tonemap_mode = 2
+tonemap_exposure = 1.2
+tonemap_white = 6.0
 auto_exposure_scale = 0.08
 auto_exposure_scale = 0.08
 auto_exposure_min_luma = 0.01
 auto_exposure_min_luma = 0.01
 auto_exposure_max_luma = 16.0
 auto_exposure_max_luma = 16.0
@@ -31,9 +33,9 @@ glow_levels/3 = false
 glow_levels/4 = true
 glow_levels/4 = true
 glow_levels/7 = true
 glow_levels/7 = true
 glow_intensity = 0.1
 glow_intensity = 0.1
-glow_bloom = 0.2
 glow_blend_mode = 1
 glow_blend_mode = 1
-glow_hdr_threshold = 0.7
+glow_hdr_threshold = 0.9
+glow_hdr_luminance_cap = 3.0
 glow_bicubic_upscale = true
 glow_bicubic_upscale = true
 adjustment_enabled = true
 adjustment_enabled = true
 adjustment_brightness = 1.48
 adjustment_brightness = 1.48