22 lines
442 B
JSON
22 lines
442 B
JSON
{
|
|
"jsonid" : "input_profile",
|
|
"controller_type": "vive_tracker_camera",
|
|
"input_bindingui_mode" : "single_device",
|
|
"input_bindingui_right" :
|
|
{
|
|
"image": "{htc}/icons/vive_tracker.svg"
|
|
},
|
|
"input_source" :
|
|
{
|
|
"/input/power" : {
|
|
"type" : "button",
|
|
"order" : 1,
|
|
"binding_image_point" : [ 90, 80 ]
|
|
},
|
|
"/pose/raw" : {
|
|
"type" : "pose",
|
|
"binding_image_point" : [ 100, 90 ]
|
|
}
|
|
}
|
|
}
|