Adds several skybox scenes to addon
This commit is contained in:
parent
a4f409f877
commit
b2e3a3957b
74 changed files with 99840 additions and 23 deletions
41
addons/AllSkyFree/AllSkyFree_EpicGloriousPink.tscn
Normal file
41
addons/AllSkyFree/AllSkyFree_EpicGloriousPink.tscn
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
[gd_scene load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://addons/AllSkyFree/Skyboxes/AllSkyFree_Sky_EpicGloriousPink_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 )
|
||||
fog_enabled = true
|
||||
fog_color = Color( 0.737255, 0.654902, 0.741176, 1 )
|
||||
fog_sun_color = Color( 1, 0.945098, 0.835294, 1 )
|
||||
fog_sun_amount = 1.0
|
||||
fog_height_enabled = true
|
||||
fog_height_min = 148.2
|
||||
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_EpicGloriousPink" type="Spatial"]
|
||||
|
||||
[node name="WorldEnvironment_EpicGloriousPink" type="WorldEnvironment" parent="."]
|
||||
environment = SubResource( 2 )
|
||||
|
||||
[node name="DirectionalLight_EpicGloriousPink" 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.847059, 0.74902, 0.8, 1 )
|
||||
light_specular = 1.0
|
||||
shadow_enabled = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue