fix sky
This commit is contained in:
@@ -322,6 +322,8 @@ shadow_proxy_system = NodePath("ShadowProxySystem")
|
||||
world_environment = NodePath("WorldEnvironment")
|
||||
sun_light = NodePath("SunLight")
|
||||
moon_light = NodePath("MoonLight")
|
||||
deterministic_seed = 5
|
||||
show_debug_panel = true
|
||||
|
||||
[node name="PresetLibrary" type="Node" parent="." unique_id=1947927418]
|
||||
script = ExtResource("2_preset_library")
|
||||
@@ -329,7 +331,7 @@ presets = Array[ExtResource("3_c6jpa")]([SubResource("Resource_ajt3x"), SubResou
|
||||
|
||||
[node name="DayNightController" type="Node" parent="." unique_id=1083149574]
|
||||
script = ExtResource("3_day_night")
|
||||
time_of_day = 0.1482273141975634
|
||||
time_of_day = 0.31124353179020736
|
||||
current_day = 4
|
||||
sun_color_curve = SubResource("Gradient_sxvon")
|
||||
sun_intensity_curve = SubResource("Curve_fm80q")
|
||||
@@ -351,11 +353,11 @@ script = ExtResource("5_clouds")
|
||||
layer_configs = Array[ExtResource("4_ssi15")]([SubResource("Resource_xh4oc"), SubResource("Resource_ahi10"), SubResource("Resource_a5xai"), SubResource("Resource_uxs4q")])
|
||||
global_coverage = 0.2
|
||||
global_wind_speed = 0.5
|
||||
sun_direction = Vector3(0.6647294, -0.6939493, -0.2767116)
|
||||
sun_color = Color(1, 0.55136895, 0.3513689, 1)
|
||||
sun_intensity = 0.0
|
||||
moon_direction = Vector3(0.6799649, 0.7098545, 0.18372385)
|
||||
moon_intensity = 0.33406785
|
||||
sun_direction = Vector3(0.9166991, 0.37115902, 0.14799932)
|
||||
sun_color = Color(1, 0.62245756, 0.45919484, 1)
|
||||
sun_intensity = 0.80182046
|
||||
moon_direction = Vector3(0.9225648, -0.37353396, -0.09667771)
|
||||
moon_intensity = 0.0
|
||||
|
||||
[node name="PostProcessController" type="Node" parent="." unique_id=186747041]
|
||||
script = ExtResource("6_post_process")
|
||||
@@ -365,9 +367,11 @@ sky_top_color = Color(0.2, 0.4, 0.85, 1)
|
||||
sky_horizon_color = Color(0.6, 0.75, 0.95, 1)
|
||||
sky_bottom_color = Color(0.5, 0.6, 0.7, 1)
|
||||
skybox_texture = ExtResource("6_ssi15")
|
||||
fog_color = Color(0.1, 0.12, 0.2, 1)
|
||||
fog_density = 0.017602645
|
||||
sun_direction = Vector3(0.6647294, -0.6939493, -0.2767116)
|
||||
fog_color = Color(0.24694908, 0.27429652, 0.35919484, 1)
|
||||
fog_density = 0.014247157
|
||||
sun_glow_intensity = 0.40091023
|
||||
sun_glow_color = Color(1, 0.62245756, 0.45919484, 1)
|
||||
sun_direction = Vector3(0.9166991, 0.37115902, 0.14799932)
|
||||
|
||||
[node name="VFXController" type="Node3D" parent="." unique_id=207251300]
|
||||
script = ExtResource("7_vfx")
|
||||
@@ -382,13 +386,13 @@ environment = ExtResource("13_2w5ig")
|
||||
compositor = SubResource("Compositor_ssi15")
|
||||
|
||||
[node name="SunLight" type="DirectionalLight3D" parent="." unique_id=1278065589]
|
||||
transform = Transform3D(-0.38430893, -0.9231061, 0.0134779755, 0, 0.014599117, 0.99989367, -0.9232045, 0.384268, -0.0056105736, 0, 50, 0)
|
||||
visible = false
|
||||
light_color = Color(1, 0.55136895, 0.3513689, 1)
|
||||
light_energy = 0.0
|
||||
transform = Transform3D(0.15938424, -0.98704875, 0.018195797, 0, 0.018431408, 0.99983037, -0.9872164, -0.15935718, 0.0029376775, 0, 50, 0)
|
||||
light_color = Color(1, 0.62245756, 0.45919484, 1)
|
||||
light_energy = 0.80182046
|
||||
shadow_enabled = true
|
||||
|
||||
[node name="MoonLight" type="DirectionalLight3D" parent="." unique_id=52072807]
|
||||
transform = Transform3D(0.2608423, -0.9652886, 0.013407094, 0, 0.013887873, 0.9999038, -0.9653814, -0.26081723, 0.003622545, 0, 50, 0)
|
||||
transform = Transform3D(-0.10422167, -0.99438065, 0.01858649, 0, 0.018688265, 0.9998256, -0.99455404, 0.1042035, -0.0019477225, 0, 50, 0)
|
||||
visible = false
|
||||
light_color = Color(0.7, 0.8, 1, 1)
|
||||
light_energy = 0.33406785
|
||||
light_energy = 0.0
|
||||
|
||||
Reference in New Issue
Block a user