Skip to content

Commit

Permalink
Copied over VSDK files to GitHub repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ddugganCRA committed May 31, 2019
1 parent d525a8a commit 11a02a7
Show file tree
Hide file tree
Showing 1,119 changed files with 120,294 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .editorconfig
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
10 changes: 10 additions & 0 deletions Assets/VIRTUOSO.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions Assets/VIRTUOSO/Config.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

194 changes: 194 additions & 0 deletions Assets/VIRTUOSO/Config/actions.json
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"
}
]
}
7 changes: 7 additions & 0 deletions Assets/VIRTUOSO/Config/actions.json.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 27 additions & 0 deletions Assets/VIRTUOSO/Config/binding_holographic_hmd.json
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" : []
}
7 changes: 7 additions & 0 deletions Assets/VIRTUOSO/Config/binding_holographic_hmd.json.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 27 additions & 0 deletions Assets/VIRTUOSO/Config/binding_rift.json
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" : []
}
7 changes: 7 additions & 0 deletions Assets/VIRTUOSO/Config/binding_rift.json.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 27 additions & 0 deletions Assets/VIRTUOSO/Config/binding_vive.json
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" : []
}
7 changes: 7 additions & 0 deletions Assets/VIRTUOSO/Config/binding_vive.json.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 27 additions & 0 deletions Assets/VIRTUOSO/Config/binding_vive_pro.json
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" : []
}
7 changes: 7 additions & 0 deletions Assets/VIRTUOSO/Config/binding_vive_pro.json.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 11a02a7

Please sign in to comment.