Files
godot-demo-projects/xr/openxr_origin_centric_movement/openxr_action_map.tres
2023-11-18 11:49:06 +01:00

45 lines
2.4 KiB
Plaintext

[gd_resource type="OpenXRActionMap" load_steps=9 format=3 uid="uid://dha3ympcdeka1"]
[sub_resource type="OpenXRAction" id="OpenXRAction_f5o14"]
resource_name = "aim_pose"
localized_name = "Aim pose"
action_type = 3
toplevel_paths = PackedStringArray("/user/hand/left", "/user/hand/right")
[sub_resource type="OpenXRAction" id="OpenXRAction_xocvg"]
resource_name = "haptic"
localized_name = "Haptic"
action_type = 4
toplevel_paths = PackedStringArray("/user/hand/left", "/user/hand/right", "/user/vive_tracker_htcx/role/left_foot", "/user/vive_tracker_htcx/role/right_foot", "/user/vive_tracker_htcx/role/left_shoulder", "/user/vive_tracker_htcx/role/right_shoulder", "/user/vive_tracker_htcx/role/left_elbow", "/user/vive_tracker_htcx/role/right_elbow", "/user/vive_tracker_htcx/role/left_knee", "/user/vive_tracker_htcx/role/right_knee", "/user/vive_tracker_htcx/role/waist", "/user/vive_tracker_htcx/role/chest", "/user/vive_tracker_htcx/role/camera", "/user/vive_tracker_htcx/role/keyboard")
[sub_resource type="OpenXRAction" id="OpenXRAction_j46lb"]
resource_name = "move"
localized_name = "Move player"
action_type = 2
toplevel_paths = PackedStringArray("/user/hand/right")
[sub_resource type="OpenXRActionSet" id="OpenXRActionSet_jpkx2"]
resource_name = "godot"
localized_name = "Godot action set"
actions = [SubResource("OpenXRAction_f5o14"), SubResource("OpenXRAction_xocvg"), SubResource("OpenXRAction_j46lb")]
[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_i1vot"]
action = SubResource("OpenXRAction_f5o14")
paths = PackedStringArray("/user/hand/left/input/aim/pose", "/user/hand/right/input/aim/pose")
[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_6t5tt"]
action = SubResource("OpenXRAction_xocvg")
paths = PackedStringArray("/user/hand/left/output/haptic", "/user/hand/right/output/haptic")
[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_a1aut"]
action = SubResource("OpenXRAction_j46lb")
paths = PackedStringArray("/user/hand/right/input/thumbstick")
[sub_resource type="OpenXRInteractionProfile" id="OpenXRInteractionProfile_7f3ni"]
interaction_profile_path = "/interaction_profiles/oculus/touch_controller"
bindings = [SubResource("OpenXRIPBinding_i1vot"), SubResource("OpenXRIPBinding_6t5tt"), SubResource("OpenXRIPBinding_a1aut")]
[resource]
action_sets = [SubResource("OpenXRActionSet_jpkx2")]
interaction_profiles = [SubResource("OpenXRInteractionProfile_7f3ni")]