Adds several skybox scenes to addon
This commit is contained in:
parent
a4f409f877
commit
b2e3a3957b
74 changed files with 99840 additions and 23 deletions
29
addons/AllSkyFree/AllSkyFree_AnotherPlanet.tscn
Normal file
29
addons/AllSkyFree/AllSkyFree_AnotherPlanet.tscn
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://hdpk5fdocr03"]
|
||||
|
||||
[sub_resource type="Sky" id="1"]
|
||||
|
||||
[sub_resource type="Environment" id="2"]
|
||||
background_mode = 2
|
||||
sky = SubResource("1")
|
||||
ambient_light_energy = 0.96
|
||||
ssao_radius = 8.1
|
||||
ssao_intensity = 4.3
|
||||
glow_enabled = true
|
||||
glow_intensity = 1.86
|
||||
glow_strength = 0.87
|
||||
glow_bloom = 0.02
|
||||
glow_hdr_threshold = 0.44
|
||||
fog_depth_curve = 2.2974
|
||||
fog_depth_begin = 0.0
|
||||
fog_depth_end = 1197.5
|
||||
|
||||
[node name="AllSkyFree_AnotherPlanet" type="Node3D"]
|
||||
|
||||
[node name="WorldEnvironment_AnotherPlanet" type="WorldEnvironment" parent="."]
|
||||
environment = SubResource("2")
|
||||
|
||||
[node name="DirectionalLight_AnotherPlanet" type="DirectionalLight3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 0.849579, 0.527461, 0, -0.527461, 0.849579, 0, 26.5368, 0)
|
||||
light_color = Color(0.764706, 0.666667, 0.662745, 1)
|
||||
light_energy = 2.48
|
||||
shadow_enabled = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue