Happy new year
This commit is contained in:
parent
b79e87c7ca
commit
881feecd67
6 changed files with 112 additions and 3 deletions
27
environments/prototype_snow_environment.tres
Normal file
27
environments/prototype_snow_environment.tres
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
[gd_resource type="Environment" load_steps=3 format=3 uid="uid://dr1bjp8bpe5n6"]
|
||||
|
||||
[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_jbyth"]
|
||||
sky_top_color = Color(0.51379687, 0.65960854, 0.7036598, 1)
|
||||
sky_horizon_color = Color(0.4456907, 0.4456907, 0.4456907, 1)
|
||||
ground_bottom_color = Color(0.73081446, 0.73081446, 0.73081446, 1)
|
||||
sun_angle_max = 15.0
|
||||
|
||||
[sub_resource type="Sky" id="Sky_hb4cm"]
|
||||
sky_material = SubResource("ProceduralSkyMaterial_jbyth")
|
||||
|
||||
[resource]
|
||||
background_mode = 2
|
||||
sky = SubResource("Sky_hb4cm")
|
||||
ambient_light_color = Color(1, 1, 1, 1)
|
||||
tonemap_mode = 3
|
||||
ssr_enabled = true
|
||||
ssao_enabled = true
|
||||
glow_enabled = true
|
||||
glow_levels/5 = 0.44
|
||||
glow_normalized = true
|
||||
glow_blend_mode = 0
|
||||
fog_enabled = true
|
||||
fog_light_color = Color(0.85979897, 0.85979897, 0.85979897, 1)
|
||||
fog_aerial_perspective = 0.14
|
||||
volumetric_fog_density = 0.2727
|
||||
adjustment_enabled = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue