mirror of
https://gitlab.com/open-fpsz/open-fpsz.git
synced 2026-07-15 16:34:48 +00:00
✨ Add simple skybox and base environment
This commit is contained in:
parent
eef43138c4
commit
f13d325a64
4 changed files with 45 additions and 31 deletions
|
|
@ -1,37 +1,10 @@
|
|||
[gd_scene load_steps=7 format=3 uid="uid://chbno00ugl6te"]
|
||||
[gd_scene load_steps=5 format=3 uid="uid://chbno00ugl6te"]
|
||||
|
||||
[ext_resource type="Environment" uid="uid://d2ahijqqspw5f" path="res://environments/default.tres" id="1_3nr12"]
|
||||
[ext_resource type="Terrain3DStorage" uid="uid://dyon4xda4k40d" path="res://maps/genesis/resources/storage.res" id="1_a88qe"]
|
||||
[ext_resource type="Terrain3DMaterial" uid="uid://bd4lr5sxu8xu" path="res://maps/genesis/resources/material.res" id="2_o2y3d"]
|
||||
[ext_resource type="Terrain3DTextureList" uid="uid://dnqa8kxgm3xuw" path="res://maps/genesis/resources/textures.res" id="3_1cww7"]
|
||||
|
||||
[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_gi1uj"]
|
||||
sky_top_color = Color(0.384314, 0.454902, 0.54902, 1)
|
||||
sky_horizon_color = Color(0.64625, 0.65575, 0.67075, 1)
|
||||
ground_horizon_color = Color(0.64625, 0.65575, 0.67075, 1)
|
||||
|
||||
[sub_resource type="Sky" id="Sky_t5qlv"]
|
||||
sky_material = SubResource("ProceduralSkyMaterial_gi1uj")
|
||||
process_mode = 1
|
||||
radiance_size = 4
|
||||
|
||||
[sub_resource type="Environment" id="Environment_6whfw"]
|
||||
background_mode = 2
|
||||
sky = SubResource("Sky_t5qlv")
|
||||
tonemap_mode = 3
|
||||
glow_normalized = true
|
||||
glow_intensity = 2.0
|
||||
glow_strength = 0.96
|
||||
fog_light_color = Color(0.721569, 0.494118, 0.294118, 1)
|
||||
fog_sun_scatter = 0.27
|
||||
fog_density = 0.0001
|
||||
fog_aerial_perspective = 0.602
|
||||
fog_sky_affect = 0.518
|
||||
volumetric_fog_density = 0.003
|
||||
volumetric_fog_albedo = Color(1, 0.380392, 0.380392, 1)
|
||||
volumetric_fog_emission_energy = 192.23
|
||||
volumetric_fog_length = 551.32
|
||||
volumetric_fog_ambient_inject = 0.37
|
||||
|
||||
[node name="Map" type="Node3D"]
|
||||
|
||||
[node name="Sunlight" type="DirectionalLight3D" parent="."]
|
||||
|
|
@ -39,7 +12,7 @@ transform = Transform3D(-0.866024, -0.433016, 0.250001, 0, 0.499998, 0.866026, -
|
|||
shadow_enabled = true
|
||||
|
||||
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
|
||||
environment = SubResource("Environment_6whfw")
|
||||
environment = ExtResource("1_3nr12")
|
||||
|
||||
[node name="Terrain3D" type="Terrain3D" parent="."]
|
||||
storage = ExtResource("1_a88qe")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue