-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
; Used by the 'EditorConfig' VS plugin | ||
; See http://editorconfig.org | ||
|
||
; Use tabs preference set to 2 spaces per tab. | ||
[*.cs] | ||
indent_style = space | ||
indent_size = 4 | ||
charset = utf-8-bom |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,194 @@ | ||
{ | ||
"actions": [ | ||
{ | ||
"name": "/actions/default/in/InteractUI", | ||
"type": "boolean" | ||
}, | ||
{ | ||
"name": "/actions/default/in/Teleport", | ||
"type": "boolean" | ||
}, | ||
{ | ||
"name": "/actions/default/in/GrabPinch", | ||
"type": "boolean" | ||
}, | ||
{ | ||
"name": "/actions/default/in/GrabGrip", | ||
"type": "boolean" | ||
}, | ||
{ | ||
"name": "/actions/default/in/Pose", | ||
"type": "pose" | ||
}, | ||
{ | ||
"name": "/actions/default/in/SkeletonLeftHand", | ||
"type": "skeleton", | ||
"skeleton": "/skeleton/hand/left" | ||
}, | ||
{ | ||
"name": "/actions/default/in/SkeletonRightHand", | ||
"type": "skeleton", | ||
"skeleton": "/skeleton/hand/right" | ||
}, | ||
{ | ||
"name": "/actions/default/in/Squeeze", | ||
"type": "vector1", | ||
"requirement": "optional" | ||
}, | ||
{ | ||
"name": "/actions/default/in/HeadsetOnHead", | ||
"type": "boolean", | ||
"requirement": "optional" | ||
}, | ||
{ | ||
"name": "/actions/default/out/Haptic", | ||
"type": "vibration" | ||
}, | ||
{ | ||
"name": "/actions/platformer/in/Move", | ||
"type": "vector2" | ||
}, | ||
{ | ||
"name": "/actions/platformer/in/Jump", | ||
"type": "boolean" | ||
}, | ||
{ | ||
"name": "/actions/buggy/in/Steering", | ||
"type": "vector2" | ||
}, | ||
{ | ||
"name": "/actions/buggy/in/Throttle", | ||
"type": "vector1" | ||
}, | ||
{ | ||
"name": "/actions/buggy/in/Brake", | ||
"type": "boolean" | ||
}, | ||
{ | ||
"name": "/actions/buggy/in/Reset", | ||
"type": "boolean" | ||
}, | ||
{ | ||
"name": "/actions/mixedreality/in/ExternalCamera", | ||
"type": "pose", | ||
"requirement": "optional" | ||
}, | ||
{ | ||
"name": "/actions/naturalistic/in/grab", | ||
"type": "boolean", | ||
"requirement": "mandatory" | ||
}, | ||
{ | ||
"name": "/actions/naturalistic/in/trigger", | ||
"type": "boolean", | ||
"requirement": "mandatory" | ||
}, | ||
{ | ||
"name": "/actions/naturalistic/in/pose", | ||
"type": "pose" | ||
}, | ||
{ | ||
"name": "/actions/naturalistic/in/touchpad", | ||
"type": "vector2" | ||
}, | ||
{ | ||
"name": "/actions/naturalistic/in/x", | ||
"type": "boolean", | ||
"requirement": "optional" | ||
}, | ||
{ | ||
"name": "/actions/naturalistic/in/y", | ||
"type": "boolean", | ||
"requirement": "optional" | ||
}, | ||
{ | ||
"name": "/actions/naturalistic/in/touch_grab", | ||
"type": "boolean", | ||
"requirement": "optional" | ||
}, | ||
{ | ||
"name": "/actions/naturalistic/in/touch_trigger", | ||
"type": "boolean", | ||
"requirement": "optional" | ||
}, | ||
{ | ||
"name": "/actions/naturalistic/in/touch_touchpad", | ||
"type": "boolean", | ||
"requirement": "optional" | ||
}, | ||
{ | ||
"name": "/actions/naturalistic/in/touch_x", | ||
"type": "boolean", | ||
"requirement": "optional" | ||
}, | ||
{ | ||
"name": "/actions/naturalistic/in/touch_y", | ||
"type": "boolean", | ||
"requirement": "optional" | ||
}, | ||
{ | ||
"name": "/actions/naturalistic/in/touchpad_click", | ||
"type": "boolean", | ||
"requirement": "suggested" | ||
}, | ||
{ | ||
"name": "/actions/naturalistic/out/Haptic", | ||
"type": "vibration" | ||
} | ||
], | ||
"action_sets": [ | ||
{ | ||
"name": "/actions/default", | ||
"usage": "single" | ||
}, | ||
{ | ||
"name": "/actions/platformer", | ||
"usage": "single" | ||
}, | ||
{ | ||
"name": "/actions/buggy", | ||
"usage": "single" | ||
}, | ||
{ | ||
"name": "/actions/mixedreality", | ||
"usage": "single" | ||
}, | ||
{ | ||
"name": "/actions/naturalistic", | ||
"usage": "single" | ||
} | ||
], | ||
"default_bindings": [ | ||
{ | ||
"controller_type": "vive_controller", | ||
"binding_url": "bindings_vive_controller.json" | ||
}, | ||
{ | ||
"controller_type": "oculus_touch", | ||
"binding_url": "bindings_oculus_touch.json" | ||
}, | ||
{ | ||
"controller_type": "knuckles", | ||
"binding_url": "bindings_knuckles.json" | ||
}, | ||
{ | ||
"controller_type": "holographic_controller", | ||
"binding_url": "bindings_holographic_controller.json" | ||
} | ||
], | ||
"localization": [ | ||
{ | ||
"language_tag": "en_US", | ||
"/actions/default/in/GrabGrip": "Grab Grip", | ||
"/actions/default/in/GrabPinch": "Grab Pinch", | ||
"/actions/default/in/HeadsetOnHead": "Headset on head (proximity sensor)", | ||
"/actions/default/in/InteractUI": "Interact With UI", | ||
"/actions/default/in/Pose": "Pose", | ||
"/actions/default/in/SkeletonLeftHand": "Skeleton (Left)", | ||
"/actions/default/in/SkeletonRightHand": "Skeleton (Right)", | ||
"/actions/default/in/Teleport": "Teleport", | ||
"/actions/default/out/Haptic": "Haptic", | ||
"/actions/platformer/in/Jump": "Jump" | ||
} | ||
] | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"alias_info" : {}, | ||
"bindings" : { | ||
"/actions/default" : { | ||
"chords" : [], | ||
"haptics" : [], | ||
"poses" : [], | ||
"skeleton" : [], | ||
"sources" : [ | ||
{ | ||
"inputs" : { | ||
"click" : { | ||
"output" : "/actions/default/in/headsetonhead" | ||
} | ||
}, | ||
"mode" : "button", | ||
"path" : "/user/head/proximity" | ||
} | ||
] | ||
} | ||
}, | ||
"controller_type" : "holographic_hmd", | ||
"description" : "", | ||
"name" : "holographic_hmd defaults", | ||
"options" : {}, | ||
"simulated_actions" : [] | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"alias_info" : {}, | ||
"bindings" : { | ||
"/actions/default" : { | ||
"chords" : [], | ||
"haptics" : [], | ||
"poses" : [], | ||
"skeleton" : [], | ||
"sources" : [ | ||
{ | ||
"inputs" : { | ||
"click" : { | ||
"output" : "/actions/default/in/headsetonhead" | ||
} | ||
}, | ||
"mode" : "button", | ||
"path" : "/user/head/proximity" | ||
} | ||
] | ||
} | ||
}, | ||
"controller_type" : "rift", | ||
"description" : "", | ||
"name" : "rift defaults", | ||
"options" : {}, | ||
"simulated_actions" : [] | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"alias_info" : {}, | ||
"bindings" : { | ||
"/actions/default" : { | ||
"chords" : [], | ||
"haptics" : [], | ||
"poses" : [], | ||
"skeleton" : [], | ||
"sources" : [ | ||
{ | ||
"inputs" : { | ||
"click" : { | ||
"output" : "/actions/default/in/headsetonhead" | ||
} | ||
}, | ||
"mode" : "button", | ||
"path" : "/user/head/proximity" | ||
} | ||
] | ||
} | ||
}, | ||
"controller_type" : "vive", | ||
"description" : "", | ||
"name" : "vive defaults", | ||
"options" : {}, | ||
"simulated_actions" : [] | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"alias_info" : {}, | ||
"bindings" : { | ||
"/actions/default" : { | ||
"chords" : [], | ||
"haptics" : [], | ||
"poses" : [], | ||
"skeleton" : [], | ||
"sources" : [ | ||
{ | ||
"inputs" : { | ||
"click" : { | ||
"output" : "/actions/default/in/headsetonhead" | ||
} | ||
}, | ||
"mode" : "button", | ||
"path" : "/user/head/proximity" | ||
} | ||
] | ||
} | ||
}, | ||
"controller_type" : "vive_pro", | ||
"description" : "", | ||
"name" : "vive_pro defaults", | ||
"options" : {}, | ||
"simulated_actions" : [] | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.