add long tables to knoxville showroom
This commit is contained in:
parent
db0ac35d65
commit
1bfe8b3023
8 changed files with 513 additions and 20 deletions
27
Scenes/Props/Static/TableTan1.2m.tscn
Normal file
27
Scenes/Props/Static/TableTan1.2m.tscn
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
[gd_scene load_steps=5 format=3 uid="uid://fmwt2ob7ujrt"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://ch7g37or1l8uq" path="res://Models/Furniture/TableTan1.2m.glb" id="1_xrlme"]
|
||||
|
||||
[sub_resource type="PhysicsMaterial" id="PhysicsMaterial_lbe82"]
|
||||
friction = 0.5
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_lbe82"]
|
||||
size = Vector3(0.8, 0.1, 1.2)
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_domyf"]
|
||||
size = Vector3(0.1, 0.7, 0.1)
|
||||
|
||||
[node name="TableTan1_2m" type="Node3D"]
|
||||
|
||||
[node name="TableTan1_2m" parent="." instance=ExtResource("1_xrlme")]
|
||||
|
||||
[node name="StaticBody3D" type="StaticBody3D" parent="."]
|
||||
physics_material_override = SubResource("PhysicsMaterial_lbe82")
|
||||
|
||||
[node name="CollisionShape3D5" type="CollisionShape3D" parent="StaticBody3D"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.75, 0)
|
||||
shape = SubResource("BoxShape3D_lbe82")
|
||||
|
||||
[node name="CollisionShape3D6" type="CollisionShape3D" parent="StaticBody3D"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.35, 0)
|
||||
shape = SubResource("BoxShape3D_domyf")
|
||||
Loading…
Add table
Add a link
Reference in a new issue