work on openxr controllers
This commit is contained in:
@@ -0,0 +1,70 @@
|
||||
{
|
||||
"/user/hand/left":
|
||||
{
|
||||
"inputs":
|
||||
[
|
||||
{
|
||||
"name": "select",
|
||||
"actions":
|
||||
[
|
||||
"click"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "menu",
|
||||
"actions":
|
||||
[
|
||||
"click"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "grip",
|
||||
"actions":
|
||||
[
|
||||
"pose"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "aim",
|
||||
"actions":
|
||||
[
|
||||
"pose"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"/user/hand/right":
|
||||
{
|
||||
"inputs":
|
||||
[
|
||||
{
|
||||
"name": "select",
|
||||
"actions":
|
||||
[
|
||||
"click"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "menu",
|
||||
"actions":
|
||||
[
|
||||
"click"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "grip",
|
||||
"actions":
|
||||
[
|
||||
"pose"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "aim",
|
||||
"actions":
|
||||
[
|
||||
"pose"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user