Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-mon authored Mar 30, 2024
1 parent 3f1e64c commit 2adb5d6
Show file tree
Hide file tree
Showing 6 changed files with 1,185 additions and 0 deletions.
Binary file added Controller Mapping.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
194 changes: 194 additions & 0 deletions _interaction_profiles_htc_vive_controller.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,194 @@
{
"bindings": [
{
"action": "bbuttonleft",
"path": "/user/hand/left/input/b/click"
},
{
"action": "grippose",
"path": "/user/hand/left/input/grip/pose"
},
{
"action": "pose",
"path": "/user/hand/left/input/aim/pose"
},
{
"action": "trigger",
"path": "/user/hand/left/input/trigger"
},
{
"action": "grip",
"path": "/user/hand/left/input/squeeze"
},
{
"action": "joystick",
"path": "/user/hand/left/input/trackpad"
},
{
"action": "touchpadclick",
"path": "/user/hand/left/input/trackpad/click"
},
{
"action": "joystickclick",
"path": "/user/hand/left/input/thumbstick/click"
},
{
"action": "abuttonleft",
"path": "/user/hand/left/input/a/click"
},
{
"action": "abuttontouchleft",
"path": "/user/hand/left/input/a/touch"
},
{
"action": "bbuttontouchleft",
"path": "/user/hand/left/input/b/touch"
},
{
"action": "systembutton",
"path": "/user/hand/left/input/menu/click"
},
{
"action": "haptic",
"path": "/user/hand/left/output/haptic"
},
{
"action": "grippose",
"path": "/user/hand/right/input/grip/pose"
},
{
"action": "pose",
"path": "/user/hand/right/input/aim/pose"
},
{
"action": "trigger",
"path": "/user/hand/right/input/trigger"
},
{
"action": "grip",
"path": "/user/hand/right/input/squeeze"
},
{
"action": "joystick",
"path": "/user/hand/right/input/trackpad"
},
{
"action": "touchpadclick",
"path": "/user/hand/right/input/trackpad/click"
},
{
"action": "joystickclick",
"path": "/user/hand/right/input/thumbstick/click"
},
{
"action": "abuttonright",
"path": "/user/hand/right/input/a/click"
},
{
"action": "bbuttonright",
"path": "/user/hand/right/input/b/click"
},
{
"action": "abuttontouchright",
"path": "/user/hand/right/input/a/touch"
},
{
"action": "bbuttontouchright",
"path": "/user/hand/right/input/b/touch"
},
{
"action": "systembutton",
"path": "/user/hand/right/input/menu/click"
},
{
"action": "haptic",
"path": "/user/hand/right/output/haptic"
}
],
"vector2_associations": [
{
"activator": "touchpadclick",
"modifier": "joystick",
"outputs": [
{
"action": "dpad_left",
"value": {
"x": -1.0,
"y": 0.0
}
},
{
"action": "dpad_down",
"value": {
"x": 0.0,
"y": -1.0
}
},
{
"action": "dpad_up",
"value": {
"x": 0.0,
"y": 1.0
}
},
{
"action": "dpad_right",
"value": {
"x": 1.0,
"y": 0.0
}
},
{
"action": "joystickclick",
"value": {
"x": 0.0,
"y": 0.0
}
}
],
"path": "/user/hand/left"
},
{
"activator": "touchpadclick",
"modifier": "joystick",
"outputs": [
{
"action": "abuttonright",
"value": {
"x": 0.0,
"y": -1.0
}
},
{
"action": "bbuttonright",
"value": {
"x": -1.0,
"y": 0.0
}
},
{
"action": "bbuttonleft",
"value": {
"x": 0.0,
"y": 1.0
}
},
{
"action": "abuttonleft",
"value": {
"x": 1.0,
"y": 0.0
}
},
{
"action": "joystickclick",
"value": {
"x": 0.0,
"y": 0.0
}
}
],
"path": "/user/hand/right"
}
]
}
Loading

0 comments on commit 2adb5d6

Please sign in to comment.