30 lines
1.7 KiB
Plaintext
30 lines
1.7 KiB
Plaintext
[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")]
|