added the 'enable vr' script lmao:
This commit is contained in:
parent
1b363ec6a2
commit
05308d88f1
|
@ -1,6 +1,7 @@
|
||||||
[gd_scene load_steps=4 format=3 uid="uid://8fmy7u5fyonc"]
|
[gd_scene load_steps=5 format=3 uid="uid://8fmy7u5fyonc"]
|
||||||
|
|
||||||
[ext_resource type="Script" uid="uid://bf27rxigs8b22" path="res://scripts/XRHand.cs" id="1_gyc3h"]
|
[ext_resource type="Script" uid="uid://bf27rxigs8b22" path="res://scripts/XRHand.cs" id="1_gyc3h"]
|
||||||
|
[ext_resource type="Script" uid="uid://dglj0x0bpkx5i" path="res://scripts/XrOrigin3d.cs" id="1_ucfva"]
|
||||||
|
|
||||||
[sub_resource type="CapsuleMesh" id="CapsuleMesh_ij1v8"]
|
[sub_resource type="CapsuleMesh" id="CapsuleMesh_ij1v8"]
|
||||||
radius = 0.1
|
radius = 0.1
|
||||||
|
@ -11,6 +12,7 @@ radius = 0.01
|
||||||
|
|
||||||
[node name="XROrigin3D" type="XROrigin3D"]
|
[node name="XROrigin3D" type="XROrigin3D"]
|
||||||
current = true
|
current = true
|
||||||
|
script = ExtResource("1_ucfva")
|
||||||
|
|
||||||
[node name="LeftHand" type="XRController3D" parent="."]
|
[node name="LeftHand" type="XRController3D" parent="."]
|
||||||
tracker = &"left_hand"
|
tracker = &"left_hand"
|
||||||
|
|
Loading…
Reference in a new issue