Files
UltimateFishing/Assets/Resources/input/vive_tracker_profile.json
2026-02-21 16:45:37 +08:00

55 lines
1.7 KiB
JSON

{
"jsonid" : "input_profile",
"controller_type": "vive_tracker",
"input_bindingui_mode" : "single_device",
"input_bindingui_right" :
{
"image": "{htc}/icons/vive_tracker.svg"
},
"priority" : 6,
"tracker_types" :
{
"TrackerRole_Handed" : "{htc}/input/tracker/vive_tracker_handed_profile.json",
"TrackerRole_LeftFoot" : "{htc}/input/tracker/vive_tracker_left_foot_profile.json",
"TrackerRole_RightFoot" : "{htc}/input/tracker/vive_tracker_right_foot_profile.json",
"TrackerRole_LeftShoulder" : "{htc}/input/tracker/vive_tracker_left_shoulder_profile.json",
"TrackerRole_RightShoulder" : "{htc}/input/tracker/vive_tracker_right_shoulder_profile.json",
"TrackerRole_Waist" : "{htc}/input/tracker/vive_tracker_waist_profile.json",
"TrackerRole_Chest" : "{htc}/input/tracker/vive_tracker_chest_profile.json",
"TrackerRole_Camera" : "{htc}/input/tracker/vive_tracker_camera_profile.json",
"TrackerRole_Keyboard" : "{htc}/input/tracker/vive_tracker_keyboard_profile.json"
},
"input_source" :
{
"/input/power" : {
"type" : "button",
"order" : 1,
"binding_image_point" : [ 345, 128 ]
},
"/input/trigger" : {
"type" : "button",
"order" : 2,
"binding_image_point" : [ 127, 62 ]
},
"/input/grip" : {
"type" : "button",
"order" : 3,
"binding_image_point" : [ 210, 100 ]
},
"/input/application_menu" : {
"type" : "button",
"order" : 4,
"binding_image_point" : [ 210, 130 ]
},
"/input/thumb" : {
"type" : "button",
"order" : 5,
"binding_image_point" : [ 88, 148 ]
},
"/pose/raw" : {
"type" : "pose",
"binding_image_point" : [ 63, 148 ]
}
}
}