mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-02 12:21:17 +00:00
Chairs and filing cabinets
This commit is contained in:
parent
006cfcacdd
commit
f46d3ad994
22 changed files with 629 additions and 236 deletions
15
3D/Scenes/Props/Filing_Cabinet_3D.tscn
Normal file
15
3D/Scenes/Props/Filing_Cabinet_3D.tscn
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://ckcp087lqlsge"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://c8wundtddmiaa" path="res://3D/BlockbenchModels/FilingCabinet/Filing_Cabinet.gltf" id="1_ja0jw"]
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_hsg1w"]
|
||||
size = Vector3(0.994617, 1.07367, 0.540756)
|
||||
|
||||
[node name="FilingCabinet" type="StaticBody3D"]
|
||||
collision_layer = 16
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.00414919, 0.0126071, -0.00992589)
|
||||
shape = SubResource("BoxShape3D_hsg1w")
|
||||
|
||||
[node name="blockbench_export" parent="." instance=ExtResource("1_ja0jw")]
|
||||
Loading…
Add table
Add a link
Reference in a new issue