Adds several skybox scenes to addon
This commit is contained in:
parent
a4f409f877
commit
b2e3a3957b
74 changed files with 99840 additions and 23 deletions
46
addons/AllSkyFree/AllSkyFree_ColdSunset.tscn
Normal file
46
addons/AllSkyFree/AllSkyFree_ColdSunset.tscn
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
[gd_scene load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://addons/AllSkyFree/Skyboxes/AllSkyFree_Sky_ColdSunset_Equirect.png" type="Texture" id=1]
|
||||
|
||||
|
||||
[sub_resource type="PanoramaSky" id=1]
|
||||
panorama = ExtResource( 1 )
|
||||
|
||||
[sub_resource type="Environment" id=2]
|
||||
background_mode = 2
|
||||
background_sky = SubResource( 1 )
|
||||
ambient_light_energy = 0.37
|
||||
fog_enabled = true
|
||||
fog_color = Color( 0.556863, 0.596078, 0.647059, 1 )
|
||||
fog_sun_color = Color( 1, 0.909804, 0.807843, 1 )
|
||||
fog_sun_amount = 1.0
|
||||
fog_depth_begin = 0.0
|
||||
fog_depth_end = 1358.0
|
||||
fog_depth_curve = 2.0
|
||||
fog_transmit_enabled = true
|
||||
fog_height_min = 197.6
|
||||
fog_height_max = -171.5
|
||||
ssao_radius = 8.1
|
||||
ssao_intensity = 4.3
|
||||
ssao_radius2 = 40.7
|
||||
ssao_intensity2 = 14.6
|
||||
ssao_bias = 0.059
|
||||
ssao_color = Color( 0.180392, 0.207843, 0.25098, 1 )
|
||||
glow_enabled = true
|
||||
glow_intensity = 1.86
|
||||
glow_strength = 0.87
|
||||
glow_bloom = 0.02
|
||||
glow_hdr_threshold = 0.44
|
||||
glow_bicubic_upscale = true
|
||||
|
||||
[node name="AllSkyFree_ColdSunset" type="Spatial"]
|
||||
|
||||
[node name="WorldEnvironment_ColdSunset" type="WorldEnvironment" parent="."]
|
||||
environment = SubResource( 2 )
|
||||
|
||||
[node name="DirectionalLight_ColdSunset" type="DirectionalLight" parent="."]
|
||||
transform = Transform( 1, 0, 0, 0, 0.849579, 0.527461, 0, -0.527461, 0.849579, 0, 26.5368, 0 )
|
||||
light_color = Color( 0.96875, 0.9232, 0.8321, 1 )
|
||||
light_energy = 1.18
|
||||
light_specular = 1.0
|
||||
shadow_enabled = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue