newer chair
This commit is contained in:
parent
6af73e443e
commit
db0ac35d65
6 changed files with 116 additions and 0 deletions
29
Scenes/Props/Physics/2000sShowroomChair.tscn
Normal file
29
Scenes/Props/Physics/2000sShowroomChair.tscn
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
[gd_scene load_steps=5 format=3 uid="uid://cs81n5dp18u2u"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://fu15u0kr4wb3" path="res://Models/Furniture/2000sShowroomChair.glb" id="1_3pbeq"]
|
||||
|
||||
[sub_resource type="PhysicsMaterial" id="PhysicsMaterial_lbe82"]
|
||||
friction = 0.5
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_lbe82"]
|
||||
size = Vector3(0.45, 0.5, 0.45)
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_domyf"]
|
||||
size = Vector3(0.05, 0.5, 0.45)
|
||||
|
||||
[node name="ShowroomChair" type="Node3D"]
|
||||
|
||||
[node name="RigidBody3D" type="RigidBody3D" parent="."]
|
||||
mass = 5.0
|
||||
physics_material_override = SubResource("PhysicsMaterial_lbe82")
|
||||
|
||||
[node name="2000sShowroomChair" parent="RigidBody3D" instance=ExtResource("1_3pbeq")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.5, 0)
|
||||
|
||||
[node name="CollisionShape3D5" type="CollisionShape3D" parent="RigidBody3D"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.25, 0)
|
||||
shape = SubResource("BoxShape3D_lbe82")
|
||||
|
||||
[node name="CollisionShape3D6" type="CollisionShape3D" parent="RigidBody3D"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.2, 0.25, 0)
|
||||
shape = SubResource("BoxShape3D_domyf")
|
||||
Loading…
Add table
Add a link
Reference in a new issue