|
| 1 | +[gd_scene load_steps=8 format=3 uid="uid://cgjxim2x47n6g"] |
| 2 | + |
| 3 | +[ext_resource type="Script" path="res://main.gd" id="1_oabt8"] |
| 4 | +[ext_resource type="PackedScene" uid="uid://bq86r4yll8po" path="res://addons/godot-xr-tools/hands/scenes/lowpoly/left_fullglove_low.tscn" id="2_nv01r"] |
| 5 | +[ext_resource type="PackedScene" uid="uid://bl2nuu3qhlb5k" path="res://addons/godot-xr-tools/functions/movement_direct.tscn" id="3_xxgqa"] |
| 6 | +[ext_resource type="PackedScene" uid="uid://xqimcf20s2jp" path="res://addons/godot-xr-tools/hands/scenes/lowpoly/right_fullglove_low.tscn" id="4_i4b8r"] |
| 7 | +[ext_resource type="PackedScene" uid="uid://b6bk2pj8vbj28" path="res://addons/godot-xr-tools/functions/movement_turn.tscn" id="5_pyrq4"] |
| 8 | +[ext_resource type="PackedScene" uid="uid://diyu06cw06syv" path="res://addons/godot-xr-tools/player/player_body.tscn" id="6_kfmth"] |
| 9 | +[ext_resource type="PackedScene" uid="uid://clc5dre31iskm" path="res://addons/godot-xr-tools/xr/start_xr.tscn" id="8_htpay"] |
| 10 | + |
| 11 | +[node name="Main" type="Node3D"] |
| 12 | +script = ExtResource("1_oabt8") |
| 13 | + |
| 14 | +[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."] |
| 15 | +transform = Transform3D(-0.866025, -0.433013, 0.25, 0, 0.5, 0.866025, -0.5, 0.75, -0.433013, 0, 0, 0) |
| 16 | +shadow_enabled = true |
| 17 | + |
| 18 | +[node name="XROrigin3D" type="XROrigin3D" parent="."] |
| 19 | + |
| 20 | +[node name="XRCamera3D" type="XRCamera3D" parent="XROrigin3D"] |
| 21 | +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.7, 0) |
| 22 | + |
| 23 | +[node name="LeftHand" type="XRController3D" parent="XROrigin3D"] |
| 24 | +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.5, 0, 0) |
| 25 | +tracker = &"left_hand" |
| 26 | + |
| 27 | +[node name="LeftHand" parent="XROrigin3D/LeftHand" instance=ExtResource("2_nv01r")] |
| 28 | + |
| 29 | +[node name="MovementDirect" parent="XROrigin3D/LeftHand" instance=ExtResource("3_xxgqa")] |
| 30 | +strafe = true |
| 31 | +input_action = "thumbstick" |
| 32 | + |
| 33 | +[node name="RightHand" type="XRController3D" parent="XROrigin3D"] |
| 34 | +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.5, 0, 0) |
| 35 | +tracker = &"right_hand" |
| 36 | + |
| 37 | +[node name="RightHand" parent="XROrigin3D/RightHand" instance=ExtResource("4_i4b8r")] |
| 38 | + |
| 39 | +[node name="MovementDirect" parent="XROrigin3D/RightHand" instance=ExtResource("3_xxgqa")] |
| 40 | +input_action = "thumbstick" |
| 41 | + |
| 42 | +[node name="MovementTurn" parent="XROrigin3D/RightHand" instance=ExtResource("5_pyrq4")] |
| 43 | +input_action = "thumbstick" |
| 44 | + |
| 45 | +[node name="PlayerBody" parent="XROrigin3D" instance=ExtResource("6_kfmth")] |
| 46 | + |
| 47 | +[node name="StartXR" parent="." instance=ExtResource("8_htpay")] |
0 commit comments