-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added support for the power button for all 8 supported tracker types
- Loading branch information
Showing
10 changed files
with
303 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"action_manifest_version" : 0, | ||
"alias_info" : {}, | ||
"app_key" : "i5ucc.thumbparamsosc", | ||
"bindings" : { | ||
"/actions/thumbparams" : { | ||
"sources" : [ | ||
{ | ||
"inputs" : { | ||
"click" : { | ||
"output" : "/actions/thumbparams/in/chesttracker" | ||
} | ||
}, | ||
"mode" : "button", | ||
"path" : "/user/chest/input/power" | ||
} | ||
] | ||
} | ||
}, | ||
"category" : "steamvr_input", | ||
"controller_type" : "vive_tracker_chest", | ||
"description" : "", | ||
"interaction_profile" : "", | ||
"name" : "Default configuration for ThumbParamsOSC Vive Tracker on Chest", | ||
"options" : {}, | ||
"simulated_actions" : [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"action_manifest_version" : 0, | ||
"alias_info" : {}, | ||
"app_key" : "i5ucc.thumbparamsosc", | ||
"bindings" : { | ||
"/actions/thumbparams" : { | ||
"sources" : [ | ||
{ | ||
"inputs" : { | ||
"click" : { | ||
"output" : "/actions/thumbparams/in/leftelbowtracker" | ||
} | ||
}, | ||
"mode" : "button", | ||
"path" : "/user/elbow/left/input/power" | ||
} | ||
] | ||
} | ||
}, | ||
"category" : "steamvr_input", | ||
"controller_type" : "vive_tracker_left_elbow", | ||
"description" : "", | ||
"interaction_profile" : "", | ||
"name" : "Default configuration for ThumbParamsOSC Vive Tracker on Left Elbow.", | ||
"options" : {}, | ||
"simulated_actions" : [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"action_manifest_version" : 0, | ||
"alias_info" : {}, | ||
"app_key" : "i5ucc.thumbparamsosc", | ||
"bindings" : { | ||
"/actions/thumbparams" : { | ||
"sources" : [ | ||
{ | ||
"inputs" : { | ||
"click" : { | ||
"output" : "/actions/thumbparams/in/leftfoottracker" | ||
} | ||
}, | ||
"mode" : "button", | ||
"path" : "/user/foot/left/input/power" | ||
} | ||
] | ||
} | ||
}, | ||
"category" : "steamvr_input", | ||
"controller_type" : "vive_tracker_left_foot", | ||
"description" : "", | ||
"interaction_profile" : "", | ||
"name" : "Default configuration for ThumbParamsOSC Vive Tracker on Left Foot", | ||
"options" : {}, | ||
"simulated_actions" : [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"action_manifest_version" : 0, | ||
"alias_info" : {}, | ||
"app_key" : "i5ucc.thumbparamsosc", | ||
"bindings" : { | ||
"/actions/thumbparams" : { | ||
"sources" : [ | ||
{ | ||
"inputs" : { | ||
"click" : { | ||
"output" : "/actions/thumbparams/in/leftkneetracker" | ||
} | ||
}, | ||
"mode" : "button", | ||
"path" : "/user/knee/left/input/power" | ||
} | ||
] | ||
} | ||
}, | ||
"category" : "steamvr_input", | ||
"controller_type" : "vive_tracker_left_knee", | ||
"description" : "", | ||
"interaction_profile" : "", | ||
"name" : "Default configuration for ThumbParamsOSC Vive Tracker on Left Elbow.", | ||
"options" : {}, | ||
"simulated_actions" : [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"action_manifest_version" : 0, | ||
"alias_info" : {}, | ||
"app_key" : "i5ucc.thumbparamsosc", | ||
"bindings" : { | ||
"/actions/thumbparams" : { | ||
"sources" : [ | ||
{ | ||
"inputs" : { | ||
"click" : { | ||
"output" : "/actions/thumbparams/in/rightelbowtracker" | ||
} | ||
}, | ||
"mode" : "button", | ||
"path" : "/user/elbow/right/input/power" | ||
} | ||
] | ||
} | ||
}, | ||
"category" : "steamvr_input", | ||
"controller_type" : "vive_tracker_right_elbow", | ||
"description" : "", | ||
"interaction_profile" : "", | ||
"name" : "Default configuration for ThumbParamsOSC Vive Tracker on Left Elbow.", | ||
"options" : {}, | ||
"simulated_actions" : [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"action_manifest_version" : 0, | ||
"alias_info" : {}, | ||
"app_key" : "i5ucc.thumbparamsosc", | ||
"bindings" : { | ||
"/actions/thumbparams" : { | ||
"sources" : [ | ||
{ | ||
"inputs" : { | ||
"click" : { | ||
"output" : "/actions/thumbparams/in/rightfoottracker" | ||
} | ||
}, | ||
"mode" : "button", | ||
"path" : "/user/foot/right/input/power" | ||
} | ||
] | ||
} | ||
}, | ||
"category" : "steamvr_input", | ||
"controller_type" : "vive_tracker_right_foot", | ||
"description" : "", | ||
"interaction_profile" : "", | ||
"name" : "Default configuration for ThumbParamsOSC Vive Tracker on Right Foot", | ||
"options" : {}, | ||
"simulated_actions" : [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"action_manifest_version" : 0, | ||
"alias_info" : {}, | ||
"app_key" : "i5ucc.thumbparamsosc", | ||
"bindings" : { | ||
"/actions/thumbparams" : { | ||
"sources" : [ | ||
{ | ||
"inputs" : { | ||
"click" : { | ||
"output" : "/actions/thumbparams/in/rightkneetracker" | ||
} | ||
}, | ||
"mode" : "button", | ||
"path" : "/user/knee/right/input/power" | ||
} | ||
] | ||
} | ||
}, | ||
"category" : "steamvr_input", | ||
"controller_type" : "vive_tracker_right_knee", | ||
"description" : "", | ||
"interaction_profile" : "", | ||
"name" : "Default configuration for ThumbParamsOSC Vive Tracker on Left Elbow.", | ||
"options" : {}, | ||
"simulated_actions" : [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"action_manifest_version" : 0, | ||
"alias_info" : {}, | ||
"app_key" : "i5ucc.thumbparamsosc", | ||
"bindings" : { | ||
"/actions/thumbparams" : { | ||
"sources" : [ | ||
{ | ||
"inputs" : { | ||
"click" : { | ||
"output" : "/actions/thumbparams/in/waisttracker" | ||
} | ||
}, | ||
"mode" : "button", | ||
"path" : "/user/waist/input/power" | ||
} | ||
] | ||
} | ||
}, | ||
"category" : "steamvr_input", | ||
"controller_type" : "vive_tracker_waist", | ||
"description" : "", | ||
"interaction_profile" : "", | ||
"name" : "Default configuration for ThumbParamsOSC Vive Tracker on Waist", | ||
"options" : {}, | ||
"simulated_actions" : [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters