This commit is contained in:
CortexCore
2023-11-02 20:58:36 +08:00
parent 3beceb1645
commit 7712c80804
75 changed files with 552 additions and 417 deletions

View File

@@ -0,0 +1,3 @@
{
"SCADA_GetInfos":
}

View File

@@ -1,34 +1,33 @@
[gd_scene load_steps=5 format=3 uid="uid://d4chakwg6mvoa"]
[gd_scene load_steps=6 format=3 uid="uid://d4chakwg6mvoa"]
[ext_resource type="PackedScene" path="res://Mods/芜湖/Models/芜湖_Preview.glb" id="1_tvd1v"]
[sub_resource type="PhysicalSkyMaterial" id="PhysicalSkyMaterial_uovsb"]
[sub_resource type="Sky" id="Sky_3qxhc"]
sky_material = SubResource("PhysicalSkyMaterial_uovsb")
[sub_resource type="Environment" id="Environment_61xed"]
background_mode = 2
sky = SubResource("Sky_3qxhc")
ambient_light_source = 3
ambient_light_color = Color(1, 1, 1, 1)
reflected_light_source = 2
ssr_enabled = true
ssao_enabled = true
ssil_enabled = true
sdfgi_enabled = true
glow_enabled = true
[ext_resource type="PackedScene" uid="uid://y02lhghb3uen" path="res://Mods/芜湖/Models/芜湖_Preview.glb" id="1_tvd1v"]
[ext_resource type="Environment" uid="uid://b3ixyu6o3d66r" path="res://Mods/芜湖/芜湖_Env.tres" id="2_iqc32"]
[ext_resource type="Script" path="res://Artists/Scripts/Factory/SCADAService.cs" id="3_w8flb"]
[ext_resource type="PackedScene" uid="uid://b0o6snyqo8t4l" path="res://Mods/芜湖/Models/AGV.glb" id="4_sbuf4"]
[ext_resource type="Script" path="res://BITKit/Scripts/Core/Exec.cs" id="5_5kx6j"]
[node name="芜湖" type="Node3D"]
[node name="芜湖_Preview" parent="." instance=ExtResource("1_tvd1v")]
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
environment = SubResource("Environment_61xed")
[node name="Camera3D" type="Camera3D" parent="."]
transform = Transform3D(0.00613622, -0.648081, 0.761547, 0, 0.761561, 0.648093, -0.999981, -0.00397684, 0.0046731, -14.0258, 9.83954, -14.3069)
current = true
fov = 45.0
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
transform = Transform3D(-0.911173, 0.339102, 0.234037, -0.250366, -0.906805, 0.339149, 0.327232, 0.250429, 0.911156, -15.1469, 5.56796, 1.77906)
shadow_enabled = true
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
environment = ExtResource("2_iqc32")
[node name="Node" type="Node" parent="."]
script = ExtResource("3_w8flb")
[node name="AGV" parent="." instance=ExtResource("4_sbuf4")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.195, 0, 0)
[node name="Exec" type="Node" parent="."]
script = ExtResource("5_5kx6j")
path = "Mods/芜湖/wuhu_config.json"

View File

@@ -0,0 +1,19 @@
[gd_resource type="Environment" load_steps=3 format=3 uid="uid://b3ixyu6o3d66r"]
[sub_resource type="PhysicalSkyMaterial" id="PhysicalSkyMaterial_uovsb"]
[sub_resource type="Sky" id="Sky_3qxhc"]
sky_material = SubResource("PhysicalSkyMaterial_uovsb")
[resource]
background_mode = 2
sky = SubResource("Sky_3qxhc")
ambient_light_source = 3
ambient_light_color = Color(1, 1, 1, 1)
reflected_light_source = 2
tonemap_mode = 2
ssr_enabled = true
ssao_enabled = true
ssil_enabled = true
sdfgi_enabled = true
glow_enabled = true