Tweaked the glow settings.

godot4-port
unfa 2020-09-22 10:19:15 +02:00
parent a503f63273
commit de5ef99a7e
1 changed files with 10 additions and 2 deletions

View File

@ -14,6 +14,14 @@ ssao_enabled = true
ssao_radius = 2.5
ssao_radius2 = 4.0
ssao_quality = 2
dof_blur_far_distance = 30.0
dof_blur_far_transition = 7.62
dof_blur_far_amount = 0.08
dof_blur_far_quality = 2
dof_blur_near_distance = 1.74
dof_blur_near_transition = 1.15
dof_blur_near_amount = 0.11
dof_blur_near_quality = 2
glow_enabled = true
glow_levels/1 = true
glow_levels/2 = true
@ -21,9 +29,9 @@ glow_levels/4 = true
glow_levels/6 = true
glow_levels/7 = true
glow_intensity = 0.42
glow_strength = 0.2
glow_strength = 0.4
glow_blend_mode = 0
glow_hdr_threshold = 1.5
glow_hdr_threshold = 1.3
glow_bicubic_upscale = true
[node name="Game" type="Node"]