mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-19 01:13:47 +00:00
AC Unit and terminal models
This commit is contained in:
parent
cce6273c77
commit
750fee99c0
24 changed files with 3357 additions and 429 deletions
15
3D/Scenes/Props/Ac_Unit_3D.tscn
Normal file
15
3D/Scenes/Props/Ac_Unit_3D.tscn
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://jhdx1778ndss"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://x4e44n141uwc" path="res://3D/BlockbenchModels/ACUnit/Ac_Unit.gltf" id="1_56l4l"]
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_hsg1w"]
|
||||
size = Vector3(1.00616, 1.03079, 0.528259)
|
||||
|
||||
[node name="AcUnit" type="StaticBody3D"]
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.00460816, 0.517332, 0.132782)
|
||||
shape = SubResource("BoxShape3D_hsg1w")
|
||||
|
||||
[node name="blockbench_export" parent="." instance=ExtResource("1_56l4l")]
|
||||
transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 0, 0, 0)
|
||||
15
3D/Scenes/Props/Terminal_3D.tscn
Normal file
15
3D/Scenes/Props/Terminal_3D.tscn
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://hak5o0k5yhn1"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://bc0du3r4krgg1" path="res://3D/BlockbenchModels/Terminal/Terminal.gltf" id="1_7jsh0"]
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_hsg1w"]
|
||||
size = Vector3(0.405762, 0.402695, 0.405273)
|
||||
|
||||
[node name="BoxRed" type="StaticBody3D"]
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.00488285, -0.00800342, -0.00830072)
|
||||
shape = SubResource("BoxShape3D_hsg1w")
|
||||
|
||||
[node name="blockbench_export" parent="." instance=ExtResource("1_7jsh0")]
|
||||
transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 0, 0, 0)
|
||||
Loading…
Add table
Add a link
Reference in a new issue