Files
godot-demo-projects/xr/openxr_hand_tracking_demo/openxr_action_map.tres
2024-06-15 14:04:49 +10:00

100 lines
5.2 KiB
Plaintext

[gd_resource type="OpenXRActionMap" load_steps=23 format=3 uid="uid://dydgx5ktpcmdl"]
[sub_resource type="OpenXRAction" id="OpenXRAction_ywi2s"]
resource_name = "pose"
localized_name = "Pose"
action_type = 3
toplevel_paths = PackedStringArray("/user/hand/left", "/user/hand/right")
[sub_resource type="OpenXRAction" id="OpenXRAction_vayrd"]
resource_name = "haptic"
localized_name = "Haptic"
action_type = 4
toplevel_paths = PackedStringArray("/user/hand/left", "/user/hand/right")
[sub_resource type="OpenXRAction" id="OpenXRAction_h3dsb"]
resource_name = "pickup"
localized_name = "Pickup"
toplevel_paths = PackedStringArray("/user/hand/left", "/user/hand/right")
[sub_resource type="OpenXRActionSet" id="OpenXRActionSet_c2hwm"]
resource_name = "godot"
localized_name = "Godot action set"
actions = [SubResource("OpenXRAction_ywi2s"), SubResource("OpenXRAction_vayrd"), SubResource("OpenXRAction_h3dsb")]
[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_r6sxc"]
action = SubResource("OpenXRAction_ywi2s")
paths = PackedStringArray("/user/hand/left/input/grip/pose", "/user/hand/right/input/grip/pose")
[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_j0h30"]
action = SubResource("OpenXRAction_vayrd")
paths = PackedStringArray("/user/hand/left/output/haptic", "/user/hand/right/output/haptic")
[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_govyu"]
action = SubResource("OpenXRAction_h3dsb")
paths = PackedStringArray("/user/hand/left/input/select/click", "/user/hand/right/input/select/click")
[sub_resource type="OpenXRInteractionProfile" id="OpenXRInteractionProfile_643al"]
interaction_profile_path = "/interaction_profiles/khr/simple_controller"
bindings = [SubResource("OpenXRIPBinding_r6sxc"), SubResource("OpenXRIPBinding_j0h30"), SubResource("OpenXRIPBinding_govyu")]
[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_fd646"]
action = SubResource("OpenXRAction_h3dsb")
paths = PackedStringArray("/user/hand/left/input/grasp_ext/value", "/user/hand/right/input/grasp_ext/value")
[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_wkfos"]
action = SubResource("OpenXRAction_ywi2s")
paths = PackedStringArray("/user/hand/left/input/grip/pose", "/user/hand/right/input/grip/pose")
[sub_resource type="OpenXRInteractionProfile" id="OpenXRInteractionProfile_nhhi0"]
interaction_profile_path = "/interaction_profiles/ext/hand_interaction_ext"
bindings = [SubResource("OpenXRIPBinding_fd646"), SubResource("OpenXRIPBinding_wkfos")]
[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_gv55f"]
action = SubResource("OpenXRAction_ywi2s")
paths = PackedStringArray("/user/hand/left/input/grip/pose", "/user/hand/right/input/grip/pose")
[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_mp0xr"]
action = SubResource("OpenXRAction_h3dsb")
paths = PackedStringArray("/user/hand/left/input/squeeze/value", "/user/hand/right/input/squeeze/value")
[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_86te5"]
action = SubResource("OpenXRAction_vayrd")
paths = PackedStringArray("/user/hand/left/output/haptic", "/user/hand/right/output/haptic")
[sub_resource type="OpenXRInteractionProfile" id="OpenXRInteractionProfile_wrsh4"]
interaction_profile_path = "/interaction_profiles/oculus/touch_controller"
bindings = [SubResource("OpenXRIPBinding_gv55f"), SubResource("OpenXRIPBinding_mp0xr"), SubResource("OpenXRIPBinding_86te5")]
[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_n476d"]
action = SubResource("OpenXRAction_ywi2s")
paths = PackedStringArray("/user/hand/left/input/grip/pose", "/user/hand/right/input/grip/pose")
[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_dh54r"]
action = SubResource("OpenXRAction_h3dsb")
paths = PackedStringArray("/user/hand/left/input/squeeze/value", "/user/hand/right/input/squeeze/value")
[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_tc2nk"]
action = SubResource("OpenXRAction_vayrd")
paths = PackedStringArray("/user/hand/left/output/haptic", "/user/hand/right/output/haptic")
[sub_resource type="OpenXRInteractionProfile" id="OpenXRInteractionProfile_lah6t"]
interaction_profile_path = "/interaction_profiles/valve/index_controller"
bindings = [SubResource("OpenXRIPBinding_n476d"), SubResource("OpenXRIPBinding_dh54r"), SubResource("OpenXRIPBinding_tc2nk")]
[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_vhdol"]
action = SubResource("OpenXRAction_ywi2s")
paths = PackedStringArray("/user/hand/left/input/grip/pose", "/user/hand/right/input/grip/pose")
[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_pwv0l"]
action = SubResource("OpenXRAction_h3dsb")
paths = PackedStringArray("/user/hand/left/input/squeeze/value", "/user/hand/right/input/squeeze/value")
[sub_resource type="OpenXRInteractionProfile" id="OpenXRInteractionProfile_51rtw"]
interaction_profile_path = "/interaction_profiles/microsoft/hand_interaction"
bindings = [SubResource("OpenXRIPBinding_vhdol"), SubResource("OpenXRIPBinding_pwv0l")]
[resource]
action_sets = [SubResource("OpenXRActionSet_c2hwm")]
interaction_profiles = [SubResource("OpenXRInteractionProfile_643al"), SubResource("OpenXRInteractionProfile_nhhi0"), SubResource("OpenXRInteractionProfile_wrsh4"), SubResource("OpenXRInteractionProfile_lah6t"), SubResource("OpenXRInteractionProfile_51rtw")]