mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-17 04:43:46 +00:00
Table models
This commit is contained in:
parent
06586f2b85
commit
8e5c575917
44 changed files with 1853 additions and 1291 deletions
|
|
@ -3,12 +3,12 @@
|
|||
[ext_resource type="PackedScene" uid="uid://dpr6c7srt31v8" path="res://3D/BlockbenchModels/Table/Table.gltf" id="1_13e2d"]
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_hsg1w"]
|
||||
size = Vector3(1.4975, 0.622437, 1)
|
||||
size = Vector3(1.4975, 0.5651093, 0.76953125)
|
||||
|
||||
[node name="BoxTest" type="StaticBody3D"]
|
||||
[node name="Table" type="StaticBody3D"]
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.000152588, 0.29779, 0)
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.000152588, 0.035911053, 0.00390625)
|
||||
shape = SubResource("BoxShape3D_hsg1w")
|
||||
|
||||
[node name="blockbench_export" parent="." instance=ExtResource("1_13e2d")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue