26 lines
1.2 KiB
Plaintext
26 lines
1.2 KiB
Plaintext
[gd_scene load_steps=7 format=3 uid="uid://5trave3swmsq"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://c8l60rnugru40" path="res://addons/godot-xr-tools/objects/pickable.tscn" id="1_v1jo0"]
|
|
[ext_resource type="ArrayMesh" uid="uid://d0k01m1bd75tn" path="res://assets/Models/OBJ format/marble-high.obj" id="2_arcwm"]
|
|
[ext_resource type="Script" path="res://arp_packet.gd" id="2_kipm3"]
|
|
[ext_resource type="PackedScene" uid="uid://ctw7nbntd5pcj" path="res://addons/godot-xr-tools/objects/grab_points/grab_point_hand_right.tscn" id="3_o706y"]
|
|
|
|
[sub_resource type="SphereShape3D" id="SphereShape3D_w2vs0"]
|
|
radius = 0.2
|
|
|
|
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_jcqyx"]
|
|
albedo_color = Color(0, 0.0627451, 1, 1)
|
|
|
|
[node name="PickableObject" instance=ExtResource("1_v1jo0")]
|
|
script = ExtResource("2_kipm3")
|
|
|
|
[node name="CollisionShape3D" parent="." index="0"]
|
|
shape = SubResource("SphereShape3D_w2vs0")
|
|
|
|
[node name="Mesh" type="MeshInstance3D" parent="." index="1"]
|
|
mesh = ExtResource("2_arcwm")
|
|
surface_material_override/0 = SubResource("StandardMaterial3D_jcqyx")
|
|
|
|
[node name="GrabPointHandRight" parent="." index="2" instance=ExtResource("3_o706y")]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.148329, 0.177484, 0.102969)
|