mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-18 07:43:47 +00:00
Props models
This commit is contained in:
parent
164c186201
commit
6e949d5bb1
39 changed files with 1254 additions and 689 deletions
14
3D/Scenes/Props/Mainframe_3D.tscn
Normal file
14
3D/Scenes/Props/Mainframe_3D.tscn
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://5jwj0xm33bfs"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://nemyv0ip1b6l" path="res://3D/BlockbenchModels/Mainframe/Mainframe.gltf" id="1_nvfk7"]
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_hsg1w"]
|
||||
size = Vector3(1.0528, 2.01202, 0.990539)
|
||||
|
||||
[node name="VendingMachine" type="StaticBody3D"]
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.0167541, 0.0118043, 0.00338751)
|
||||
shape = SubResource("BoxShape3D_hsg1w")
|
||||
|
||||
[node name="blockbench_export" parent="." instance=ExtResource("1_nvfk7")]
|
||||
Loading…
Add table
Add a link
Reference in a new issue