From 7ee267e6ac38bf605767c61e1f61c434ce1a6df6 Mon Sep 17 00:00:00 2001 From: JonShard Date: Tue, 14 Jul 2026 19:20:17 +0200 Subject: [PATCH] Add burger buns --- BurgerBuns.tscn | 65 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 BurgerBuns.tscn diff --git a/BurgerBuns.tscn b/BurgerBuns.tscn new file mode 100644 index 0000000..a89746a --- /dev/null +++ b/BurgerBuns.tscn @@ -0,0 +1,65 @@ +[gd_scene format=3 uid="uid://c0lknik4noobs"] + +[ext_resource type="PackedScene" uid="uid://c8l60rnugru40" path="res://addons/godot-xr-tools/objects/pickable.tscn" id="1_g1t48"] +[ext_resource type="PackedScene" uid="uid://ctw7nbntd5pcj" path="res://addons/godot-xr-tools/objects/grab_points/grab_point_hand_right.tscn" id="2_rwqhn"] +[ext_resource type="Animation" uid="uid://s1vqcxyqcvea" path="res://addons/godot-xr-tools/hands/animations/right/Grip 5.res" id="3_qaxva"] +[ext_resource type="Script" uid="uid://dvobm6vcfnqe8" path="res://addons/godot-xr-tools/hands/poses/hand_pose_settings.gd" id="4_wb51u"] +[ext_resource type="PackedScene" uid="uid://c25yxb0vt53vc" path="res://addons/godot-xr-tools/objects/grab_points/grab_point_hand_left.tscn" id="5_wqyr2"] +[ext_resource type="Animation" uid="uid://bediglpx0rj7i" path="res://addons/godot-xr-tools/hands/animations/left/Grip 5.res" id="6_ftab3"] + +[sub_resource type="CylinderShape3D" id="CylinderShape3D_vlqg6"] +height = 0.11 +radius = 0.13 + +[sub_resource type="Resource" id="Resource_wkb0k"] +script = ExtResource("4_wb51u") +closed_pose = ExtResource("3_qaxva") +metadata/_custom_type_script = "uid://dvobm6vcfnqe8" + +[sub_resource type="Resource" id="Resource_j68hc"] +script = ExtResource("4_wb51u") +closed_pose = ExtResource("6_ftab3") +metadata/_custom_type_script = "uid://dvobm6vcfnqe8" + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_hoqox"] +albedo_color = Color(0.6784191, 0.54546416, 0.016760282, 1) + +[node name="BurgerBuns" unique_id=1088240294 instance=ExtResource("1_g1t48")] + +[node name="CollisionShape3D" parent="." index="0"] +shape = SubResource("CylinderShape3D_vlqg6") + +[node name="GrabPointHandRight" parent="." index="1" unique_id=141610509 instance=ExtResource("2_rwqhn")] +transform = Transform3D(0.9978254, -0.06591213, 0, 0.06591213, 0.9978254, 0, 0, 0, 1, 0.08952884, 0.011579245, -0.056857675) +hand_pose = SubResource("Resource_wkb0k") + +[node name="GrabPointHandLeft" parent="." index="2" unique_id=826213104 instance=ExtResource("5_wqyr2")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.08001605, 0.013311127, -0.05340144) +hand_pose = SubResource("Resource_j68hc") + +[node name="CSGCombiner3DBuns" type="CSGCombiner3D" parent="." index="3" unique_id=178629624] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.021904588, -0.03773828, -0.0044593215) +autosmooth = true +smoothing_angle = 138.9 + +[node name="CSGCylinder3D2" type="CSGCylinder3D" parent="CSGCombiner3DBuns" index="0" unique_id=110174152] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.004122257, 0) +radius = 0.1 +height = 0.04 +sides = 16 +material = SubResource("StandardMaterial3D_hoqox") + +[node name="CSGCylinder3D3" type="CSGCylinder3D" parent="CSGCombiner3DBuns" index="1" unique_id=2003491826] +transform = Transform3D(0.82770383, -0.5611652, 0, 0.5611652, 0.82770383, 0, 0, 0, 1, -0.048392475, 0.029736161, 0) +radius = 0.1 +height = 0.04 +sides = 16 +material = SubResource("StandardMaterial3D_hoqox") + +[node name="CSGCylinder3D4" type="CSGCylinder3D" parent="CSGCombiner3DBuns/CSGCylinder3D3" index="0" unique_id=391028348] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 5.9604645e-08, 0.040259957, 0) +radius = 0.1 +height = 0.04 +sides = 16 +cone = true +material = SubResource("StandardMaterial3D_hoqox")