YouDunIt/vr-project/vr_base.tscn
2025-10-14 22:48:28 +02:00

25 lines
746 B
Text

[gd_scene load_steps=2 format=3 uid="uid://ctf3dsro4aqon"]
[sub_resource type="CylinderMesh" id="CylinderMesh_y71p3"]
top_radius = 0.05
bottom_radius = 0.05
height = 0.05
[node name="VROrigin" type="VROrigin"]
[node name="XRCamera3D" type="XRCamera3D" parent="."]
current = true
[node name="LeftController" type="XRController3D" parent="."]
tracker = &"left_hand"
[node name="MeshInstance3D" type="MeshInstance3D" parent="LeftController"]
mesh = SubResource("CylinderMesh_y71p3")
[node name="RightController" type="XRController3D" parent="."]
tracker = &"right_hand"
[node name="MeshInstance3D" type="MeshInstance3D" parent="RightController"]
mesh = SubResource("CylinderMesh_y71p3")
[node name="ClientNode" type="ClientNode" parent="."]