|
@@ -0,0 +1,107 @@
|
|
|
+return {
|
|
|
+ description = 'Bones tracked by input devices.',
|
|
|
+ values = {
|
|
|
+ {
|
|
|
+ name = 'thumb',
|
|
|
+ description = 'The tip of the thumb.'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name = 'thumb/1',
|
|
|
+ description = 'The metacarpal bone of the thumb.'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name = 'thumb/2',
|
|
|
+ description = 'The proximal bone of the thumb.'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name = 'thumb/3',
|
|
|
+ description = 'The distal bone of the thumb.'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name = 'index',
|
|
|
+ description = 'The tip of the index finger.'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name = 'index/1',
|
|
|
+ description = 'The metacarpal bone of the index finger.'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name = 'index/2',
|
|
|
+ description = 'The proximal bone of the index finger.'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name = 'index/3',
|
|
|
+ description = 'The intermediate bone of the index finger.'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name = 'index/4',
|
|
|
+ description = 'The distal bone of the index finger.'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name = 'middle',
|
|
|
+ description = 'The tip of the middle finger.'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name = 'middle/1',
|
|
|
+ description = 'The metacarpal bone of the middle finger.'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name = 'middle/2',
|
|
|
+ description = 'The proximal bone of the middle finger.'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name = 'middle/3',
|
|
|
+ description = 'The intermediate bone of the middle finger.'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name = 'middle/4',
|
|
|
+ description = 'The distal bone of the middle finger.'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name = 'ring',
|
|
|
+ description = 'The tip of the ring finger.'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name = 'ring/1',
|
|
|
+ description = 'The metacarpal bone of the ring finger.'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name = 'ring/2',
|
|
|
+ description = 'The proximal bone of the ring finger.'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name = 'ring/3',
|
|
|
+ description = 'The intermediate bone of the ring finger.'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name = 'ring/4',
|
|
|
+ description = 'The distal bone of the ring finger.'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name = 'pinky',
|
|
|
+ description = 'The tip of the pinky finger.'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name = 'pinky/1',
|
|
|
+ description = 'The metacarpal bone of the pinky finger.'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name = 'pinky/2',
|
|
|
+ description = 'The proximal bone of the pinky finger.'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name = 'pinky/3',
|
|
|
+ description = 'The intermediate bone of the pinky finger.'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name = 'pinky/4',
|
|
|
+ description = 'The distal bone of the pinky finger.'
|
|
|
+ },
|
|
|
+ },
|
|
|
+ related = {
|
|
|
+ 'lovr.headset.getBonePose',
|
|
|
+ 'DeviceButton',
|
|
|
+ 'DeviceAxis',
|
|
|
+ 'Animator'
|
|
|
+ }
|
|
|
+}
|