feat: Add station collision and arches and details
This commit is contained in:
parent
177c35d656
commit
0b80d80a99
50
station.tscn
50
station.tscn
|
|
@ -49,6 +49,20 @@ size = Vector3(100, 15, 100)
|
|||
transparency = 1
|
||||
albedo_color = Color(0.27, 0.27, 0.27, 0.49411765)
|
||||
|
||||
[sub_resource type="PlaneMesh" id="PlaneMesh_sum1q"]
|
||||
size = Vector2(50, 10)
|
||||
|
||||
[sub_resource type="CylinderMesh" id="CylinderMesh_oblqs"]
|
||||
top_radius = 15.0
|
||||
bottom_radius = 15.0
|
||||
height = 12.0
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_72kuv"]
|
||||
albedo_color = Color(0.32309133, 0.18083456, 0.02107518, 1)
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_qalsi"]
|
||||
size = Vector3(10.328461, 19.235413, 1)
|
||||
|
||||
[node name="Station" type="Node3D" unique_id=1195945545]
|
||||
script = ExtResource("1_lu35c")
|
||||
|
||||
|
|
@ -221,3 +235,39 @@ surface_material_override/0 = SubResource("StandardMaterial3D_k7ugr")
|
|||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 37.53141, 10.131109)
|
||||
mesh = SubResource("PrismMesh_sum1q")
|
||||
surface_material_override/0 = SubResource("StandardMaterial3D_olwe1")
|
||||
|
||||
[node name="Cartell" type="MeshInstance3D" parent="." unique_id=959266171]
|
||||
transform = Transform3D(1, 0, 0, 0, 0.17364822, -0.9848077, 0, 0.9848077, 0.17364822, 0, 23.787352, 61.09195)
|
||||
mesh = SubResource("PlaneMesh_sum1q")
|
||||
surface_material_override/0 = SubResource("StandardMaterial3D_k7ugr")
|
||||
|
||||
[node name="Arch" type="MeshInstance3D" parent="." unique_id=811465892]
|
||||
transform = Transform3D(1, 0, 0, 0, -4.371139e-08, -1, 0, 1, -4.371139e-08, -23.927849, -0.17786789, 55.08796)
|
||||
mesh = SubResource("CylinderMesh_oblqs")
|
||||
surface_material_override/0 = SubResource("StandardMaterial3D_72kuv")
|
||||
|
||||
[node name="Arch2" type="MeshInstance3D" parent="." unique_id=1193484977]
|
||||
transform = Transform3D(1, 0, 0, 0, -4.371139e-08, -1, 0, 1, -4.371139e-08, 23.122692, -0.17786789, 55.08796)
|
||||
mesh = SubResource("CylinderMesh_oblqs")
|
||||
surface_material_override/0 = SubResource("StandardMaterial3D_72kuv")
|
||||
|
||||
[node name="StaticBody3D" type="StaticBody3D" parent="." unique_id=164550345]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 59.986458)
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="StaticBody3D" unique_id=302080513]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.37850952, 9.117706, 0)
|
||||
shape = SubResource("BoxShape3D_qalsi")
|
||||
|
||||
[node name="StaticBody3D2" type="StaticBody3D" parent="." unique_id=1827051563]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -40.55725, 0, 59.986458)
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="StaticBody3D2" unique_id=1384700771]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -3.6307526, 9.117706, 0)
|
||||
shape = SubResource("BoxShape3D_qalsi")
|
||||
|
||||
[node name="StaticBody3D3" type="StaticBody3D" parent="." unique_id=1781004061]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 48.200535, 0, 59.986458)
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="StaticBody3D3" unique_id=1875610184]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -3.6307526, 9.117706, 0)
|
||||
shape = SubResource("BoxShape3D_qalsi")
|
||||
|
|
|
|||
Loading…
Reference in New Issue