-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvive_controller_profile.json
70 lines (70 loc) · 1.73 KB
/
vive_controller_profile.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"/input/trackpad" : {
"type" : "trackpad",
"click" : true,
"touch" : true,
"binding_image_point" : [ 66, 59 ],
"order" : 2
},
"/input/trigger" : {
"type" : "trigger",
"click" : true,
"value" : true,
"binding_image_point" : [ 41, 64 ],
"order" : 1
},
"/input/grip" : {
"type" : "button",
"click" : true,
"binding_image_point" : [ 52, 87 ],
"order" : 3
},
"/input/application_menu" : {
"type" : "button",
"click" : true,
"binding_image_point" : [ 64, 35 ],
"order" : 4
},
"/input/system" : {
"type" : "button",
"click" : true,
"binding_image_point" : [ 67, 81 ],
"order" : 5
},
"/input/skeleton/right" : {
"type" : "skeleton",
"side" : "right",
"skeleton" : "/skeleton/hand/right",
"binding_image_point" : [ 62, 16 ]
},
"/input/skeleton/left" : {
"type" : "skeleton",
"side" : "left",
"skeleton" : "/skeleton/hand/left",
"binding_image_point" : [ 62, 16 ]
},
"/pose/raw" : {
"type" : "pose",
"binding_image_point" : [ 62, 16 ]
},
"/pose/base" : {
"type" : "pose",
"binding_image_point" : [ 65, 150 ]
},
"/pose/handgrip" : {
"type" : "pose",
"binding_image_point" : [ 52, 86 ]
},
"/pose/tip" : {
"type" : "pose",
"binding_image_point" : [ 62, 16 ]
},
"/pose/gdc2015" : {
"type" : "pose",
"binding_image_point" : [ 62, 16 ]
},
"/output/haptic" : {
"type" : "vibration",
"binding_image_point" : [ 66, 59 ]
}
}