add new scene, bees, beehive picking, suit picking wip

This commit is contained in:
sharpoff
2026-01-20 11:56:54 +09:00
parent 49d7e22132
commit bbd3f54bc9
164 changed files with 36561 additions and 1792 deletions

29
scenes/bee_hive.tscn Normal file
View File

@@ -0,0 +1,29 @@
[gd_scene load_steps=6 format=3 uid="uid://ji55jf15qoq6"]
[ext_resource type="Script" uid="uid://bfrlpbsqg5lqr" path="res://addons/godot-xr-tools/objects/pickable.gd" id="1_rw5vw"]
[ext_resource type="PackedScene" uid="uid://c25yxb0vt53vc" path="res://addons/godot-xr-tools/objects/grab_points/grab_point_hand_left.tscn" id="3_tj26i"]
[ext_resource type="PackedScene" uid="uid://ctw7nbntd5pcj" path="res://addons/godot-xr-tools/objects/grab_points/grab_point_hand_right.tscn" id="4_l6q85"]
[ext_resource type="PackedScene" uid="uid://ccrya0obq067o" path="res://assets/bee_hive.glb" id="4_tj26i"]
[sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_50yv8"]
points = PackedVector3Array(-1.1100731, -25, -23.6254, -1.1100731, 5.7189293, -23.6254, 1.1098559, -25, -23.6254, -1.1100731, -25, 23.625397, 1.1098559, 5.7189293, -23.6254, -1.1100731, 5.7189293, 23.625397, 1.1098559, -25, 23.625397, 1.1098559, 5.7189293, 23.625397)
[node name="BeeHive" type="RigidBody3D" groups=["collectable"]]
collision_layer = 4
collision_mask = 196615
freeze_mode = 1
script = ExtResource("1_rw5vw")
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
transform = Transform3D(0.01, 0, 0, 0, 0.01, 0, 0, 0, 0.01, 0, 0.099999994, 0)
shape = SubResource("ConvexPolygonShape3D_50yv8")
[node name="GrabPointHandLeft" parent="." instance=ExtResource("3_tj26i")]
transform = Transform3D(-4.371139e-08, 0, 1, 0, 1, 0, -1, 0, -4.371139e-08, -0.08196598, 0.05472479, 0.22003502)
visible = true
[node name="GrabPointHandRight" parent="." instance=ExtResource("4_l6q85")]
transform = Transform3D(-4.371139e-08, 0, 1, 0, 1, 0, -1, 0, -4.371139e-08, -0.07892722, 0.05472479, -0.21802025)
visible = true
[node name="bee_hive" parent="." instance=ExtResource("4_tj26i")]