pv_openxr_actions.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. {
  2. "actions": [
  3. {
  4. "name": "backthickcrop",
  5. "type": "boolean"
  6. },
  7. {
  8. "name": "elevation",
  9. "type": "vector2"
  10. },
  11. {
  12. "name": "forwardthickcrop",
  13. "type": "boolean"
  14. },
  15. {
  16. "name": "handpose",
  17. "type": "pose"
  18. },
  19. {
  20. "name": "handposehandgrip",
  21. "type": "pose"
  22. },
  23. {
  24. "name": "haptic",
  25. "type": "vibration"
  26. },
  27. {
  28. "name": "leftgripaction",
  29. "type": "boolean"
  30. },
  31. {
  32. "name": "movement",
  33. "type": "vector2"
  34. },
  35. {
  36. "name": "nextcamerapose",
  37. "type": "boolean"
  38. },
  39. {
  40. "name": "positionprop",
  41. "type": "boolean"
  42. },
  43. {
  44. "name": "rightgripaction",
  45. "type": "boolean"
  46. },
  47. {
  48. "name": "showmenu",
  49. "type": "boolean"
  50. },
  51. {
  52. "name": "shownavigationpanel",
  53. "type": "boolean"
  54. },
  55. {
  56. "name": "squeezeforce",
  57. "type": "float"
  58. },
  59. {
  60. "name": "startelevation",
  61. "type": "boolean"
  62. },
  63. {
  64. "name": "startmovement",
  65. "type": "boolean"
  66. },
  67. {
  68. "name": "thickcropdirection",
  69. "type": "vector2"
  70. },
  71. {
  72. "name": "thickcropstart",
  73. "type": "boolean"
  74. },
  75. {
  76. "name": "triggeraction",
  77. "type": "boolean"
  78. }
  79. ],
  80. "default_bindings": [
  81. {
  82. "binding_url": "pv_openxr_binding_khr_simple_controller.json",
  83. "controller_type": "khr_simple"
  84. },
  85. {
  86. "binding_url": "pv_openxr_binding_oculus_touch_controller.json",
  87. "controller_type": "oculus_touch"
  88. },
  89. {
  90. "binding_url": "pv_openxr_binding_knuckles.json",
  91. "controller_type": "knuckles"
  92. },
  93. {
  94. "binding_url": "pv_openxr_binding_vive_controller.json",
  95. "controller_type": "vive_controller"
  96. }
  97. ],
  98. "action_sets": [
  99. {
  100. "name": "vtk-actions",
  101. "localizedName": "VTK actions"
  102. }
  103. ],
  104. "localization": [
  105. {
  106. "backthickcrop": "Move Thick Crop Back",
  107. "elevation": "Elevation",
  108. "forwardthickcrop": "Move Thick Crop Forward",
  109. "handpose": "Hand Pose",
  110. "handposehandgrip": "Hand Pose Hand Grip",
  111. "haptic": "Haptic Vibration",
  112. "leftgripaction": "Left Grip Action",
  113. "movement": "Trackpad Movement",
  114. "nextcamerapose": "Next Camera Pose",
  115. "positionprop": "Position Prop",
  116. "rightgripaction": "Right Grip Action",
  117. "showmenu": "Show Menu",
  118. "shownavigationpanel": "Show Navigation Panel",
  119. "squeezeforce": "Squeeze Force",
  120. "startelevation": "Start Elevation",
  121. "startmovement": "Start Movement",
  122. "thickcropdirection": "Thick Crop Direction",
  123. "thickcropstart": "Start Thick Crop Movement",
  124. "triggeraction": "Trigger Action",
  125. "language_tag": "en_US"
  126. }
  127. ]
  128. }