gihudfhkgkdsf:
This commit is contained in:
parent
e37e04847d
commit
b2870d52c7
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=7 format=3 uid="uid://8fmy7u5fyonc"]
|
||||
[gd_scene load_steps=6 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://dglj0x0bpkx5i" path="res://scripts/XrOrigin3d.cs" id="1_ucfva"]
|
||||
|
@ -8,9 +8,6 @@
|
|||
radius = 0.1
|
||||
height = 0.2
|
||||
|
||||
[sub_resource type="SphereShape3D" id="SphereShape3D_iyx0m"]
|
||||
radius = 0.01
|
||||
|
||||
[sub_resource type="SphereShape3D" id="SphereShape3D_ucfva"]
|
||||
radius = 0.03
|
||||
|
||||
|
@ -31,9 +28,6 @@ mesh = SubResource("CapsuleMesh_ij1v8")
|
|||
freeze = true
|
||||
freeze_mode = 1
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="LeftHand/RigidBody3D"]
|
||||
shape = SubResource("SphereShape3D_iyx0m")
|
||||
|
||||
[node name="RightHand" type="XRController3D" parent="." node_paths=PackedStringArray("body")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.412168, 0.292391, 0)
|
||||
tracker = &"right_hand"
|
||||
|
@ -47,9 +41,6 @@ mesh = SubResource("CapsuleMesh_ij1v8")
|
|||
freeze = true
|
||||
freeze_mode = 1
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="RightHand/RigidBody3D"]
|
||||
shape = SubResource("SphereShape3D_iyx0m")
|
||||
|
||||
[node name="XRCamera3D" type="XRCamera3D" parent="." node_paths=PackedStringArray("RightHand", "LeftHand")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.821388, 0.40056)
|
||||
near = 0.005
|
||||
|
|
Loading…
Reference in a new issue