mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-18 23:33:48 +00:00
Table and boxes and tubes
This commit is contained in:
parent
13ef873d13
commit
cce6273c77
68 changed files with 8989 additions and 627 deletions
14
3D/Scenes/Props/Box_3D_Blue_Big.tscn
Normal file
14
3D/Scenes/Props/Box_3D_Blue_Big.tscn
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://c7u5j8q2qr422"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://6nkqywi3tc5m" path="res://3D/BlockbenchModels/Box/Box.gltf" id="1_5ynbh"]
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_hsg1w"]
|
||||
size = Vector3(1, 0.957764, 1)
|
||||
|
||||
[node name="BoxTest" type="StaticBody3D"]
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.465454, 0)
|
||||
shape = SubResource("BoxShape3D_hsg1w")
|
||||
|
||||
[node name="Model" parent="." instance=ExtResource("1_5ynbh")]
|
||||
Loading…
Add table
Add a link
Reference in a new issue