mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-13 05:45:54 +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")]
|
||||
|
|
|
|||
14
3D/Scenes/Props/Table_3D_002.tscn
Normal file
14
3D/Scenes/Props/Table_3D_002.tscn
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://kegxrgsa0dvi"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://dafvwic303qf0" path="res://3D/BlockbenchModels/Table/Table_002.gltf" id="1_3pfmm"]
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_hsg1w"]
|
||||
size = Vector3(1.0247118, 0.5998231, 0.78131104)
|
||||
|
||||
[node name="Table" type="StaticBody3D"]
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.0025451183, 0.033736706, 9.1552734e-05)
|
||||
shape = SubResource("BoxShape3D_hsg1w")
|
||||
|
||||
[node name="blockbench_export" parent="." instance=ExtResource("1_3pfmm")]
|
||||
14
3D/Scenes/Props/Table_3D_003.tscn
Normal file
14
3D/Scenes/Props/Table_3D_003.tscn
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://ch2frqgng472t"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://d1pt8tbm65nno" path="res://3D/BlockbenchModels/Table/Table_003.gltf" id="1_pma2a"]
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_hsg1w"]
|
||||
size = Vector3(1.9690685, 0.5998231, 0.78131104)
|
||||
|
||||
[node name="Table" type="StaticBody3D"]
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.04026434, 0.033736706, 9.1552734e-05)
|
||||
shape = SubResource("BoxShape3D_hsg1w")
|
||||
|
||||
[node name="blockbench_export" parent="." instance=ExtResource("1_pma2a")]
|
||||
14
3D/Scenes/Props/Table_3D_004.tscn
Normal file
14
3D/Scenes/Props/Table_3D_004.tscn
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://g7l8g6uus1sd"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://duq3xp5imtsxi" path="res://3D/BlockbenchModels/Table/Table_004.gltf" id="1_bsapf"]
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_hsg1w"]
|
||||
size = Vector3(1.052875, 0.5998231, 0.78131104)
|
||||
|
||||
[node name="Table" type="StaticBody3D"]
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.009488612, 0.033736706, 9.1552734e-05)
|
||||
shape = SubResource("BoxShape3D_hsg1w")
|
||||
|
||||
[node name="blockbench_export" parent="." instance=ExtResource("1_bsapf")]
|
||||
|
|
@ -8,7 +8,7 @@ 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)
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.0167541, 0.24654551, 0.00338751)
|
||||
shape = SubResource("BoxShape3D_hsg1w")
|
||||
|
||||
[node name="blockbench_export" parent="." instance=ExtResource("1_wtma2")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue