This commit is contained in:
CortexCore
2023-06-13 14:43:03 +08:00
parent 983cf15fa2
commit eaa5650823
5 changed files with 99 additions and 44 deletions

View File

@@ -1,14 +1,13 @@
[gd_scene load_steps=25 format=3 uid="uid://vlopmythikrl"]
[gd_scene load_steps=24 format=3 uid="uid://vlopmythikrl"]
[ext_resource type="Environment" uid="uid://jt4uyj7mecg4" path="res://Maps/new_environment.tres" id="1_4lshp"]
[ext_resource type="PackedScene" uid="uid://b2kkx25rbmq5q" path="res://Services/Framework.tscn" id="1_wdha4"]
[ext_resource type="PackedScene" uid="uid://df10ceig3k8xr" path="res://Models/BaseGround.dae" id="2_ih8qi"]
[ext_resource type="Script" path="res://Scripts/Camera/CameraService.cs" id="3_l7a6m"]
[ext_resource type="Script" path="res://Scripts/Factory/DeviceComponent.cs" id="5_55cao"]
[ext_resource type="Script" path="res://Scripts/Factory/IdComponent.cs" id="5_55cao"]
[ext_resource type="Script" path="res://Scripts/ECS/Entity.cs" id="5_e331s"]
[ext_resource type="Script" path="res://Scripts/Factory/RotationComponent.cs" id="8_605k2"]
[ext_resource type="Script" path="res://Scripts/Camera/VirtualCamera.cs" id="9_dg2nh"]
[ext_resource type="Script" path="res://Scripts/Core/ReferenceNode.cs" id="10_bymi1"]
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_nhcin"]
resource_name = "Material_White"
@@ -247,11 +246,10 @@ script = ExtResource("3_l7a6m")
[node name="BaseGround" parent="." instance=ExtResource("2_ih8qi")]
[node name="Assembly Unit" type="Node3D" parent="." node_paths=PackedStringArray("root")]
[node name="Assembly Unit" type="Node3D" parent="."]
script = ExtResource("5_e331s")
root = NodePath(".")
[node name="DeviceComponent" type="Node3D" parent="Assembly Unit"]
[node name="IdCompoment" type="Node3D" parent="Assembly Unit"]
script = ExtResource("5_55cao")
Id = "PLC-ZK"
@@ -290,8 +288,8 @@ skeleton = NodePath("")
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.000885574, 0.436716, -0.071)
script = ExtResource("8_605k2")
Path = "ZP-A3"
Weight = Vector3(0, 0, 1)
Offset = Vector3(0, 0, -90)
Weight = Vector3(0, 0, -1)
Offset = Vector3(0, 0, 90)
[node name="Mesh022" type="MeshInstance3D" parent="Assembly Unit/Models/Model_SR7CL11/SR7CL11_Root/SR7CL11_Axis_1/SR7CL11_Axis_2/SR7CL11_Axis_3"]
mesh = SubResource("ArrayMesh_1q61h")
@@ -303,12 +301,12 @@ Path = "ZP-A4"
Weight = Vector3(0, 1, 0)
[node name="Mesh013" type="MeshInstance3D" parent="Assembly Unit/Models/Model_SR7CL11/SR7CL11_Root/SR7CL11_Axis_1/SR7CL11_Axis_2/SR7CL11_Axis_3/SR7CL11_Axis_4"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.000555572, 0.331249, 0)
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.0348583, 0.434378, 0)
mesh = SubResource("ArrayMesh_mve4j")
skeleton = NodePath("")
[node name="SR7CL11_Axis_5" type="Node3D" parent="Assembly Unit/Models/Model_SR7CL11/SR7CL11_Root/SR7CL11_Axis_1/SR7CL11_Axis_2/SR7CL11_Axis_3/SR7CL11_Axis_4"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.000555571, 0.331249, 0)
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.0373534, 0.437793, 0)
script = ExtResource("8_605k2")
Path = "ZP-A5"
Weight = Vector3(0, 0, 1)
@@ -331,8 +329,4 @@ script = ExtResource("9_dg2nh")
fov = 75
isEnabled = true
[node name="Refencer" type="Node" parent="." node_paths=PackedStringArray("Proxy")]
script = ExtResource("10_bymi1")
Proxy = NodePath(".")
[editable path="Framework"]