Skip to content

Commit

Permalink
Improve fog configuration (godotengine#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
Calinou authored Dec 18, 2022
1 parent fab68bc commit 3512cff
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions level/geometry/environment.tres
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ ambient_light_sky_contribution = 0.0
fog_enabled = true
fog_color = Color( 0.403922, 0.25098, 0.105882, 1 )
fog_depth_begin = 3.0
fog_depth_end = 0.0
fog_depth_end = 400.0
fog_depth_curve = 1.27456
fog_transmit_curve = 1.03526
fog_height_enabled = true
fog_height_max = -200.0
fog_height_min = -6.0
fog_height_max = -170.0
fog_height_curve = 0.812252
tonemap_mode = 4
tonemap_exposure = 3.0
Expand Down

0 comments on commit 3512cff

Please sign in to comment.