mirror of
https://github.com/godotengine/tps-demo.git
synced 2026-01-01 01:48:39 +03:00
Improve fog configuration (#149)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user