occt-gltf-addon-linux-x64 0.1.0 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (214) hide show
  1. package/LICENSE_LGPL_21.txt +502 -0
  2. package/OCCT_LGPL_EXCEPTION.txt +10 -0
  3. package/README.md +2 -2
  4. package/index.js +63 -1
  5. package/lib/libTKBO.so.8.0.0 +0 -0
  6. package/lib/libTKBRep.so.8.0.0 +0 -0
  7. package/lib/libTKBin.so.8.0.0 +0 -0
  8. package/lib/libTKBinL.so.8.0.0 +0 -0
  9. package/lib/libTKBinTObj.so.8.0.0 +0 -0
  10. package/lib/libTKBinXCAF.so.8.0.0 +0 -0
  11. package/lib/libTKBool.so.8.0.0 +0 -0
  12. package/lib/libTKCAF.so.8.0.0 +0 -0
  13. package/lib/libTKCDF.so.8.0.0 +0 -0
  14. package/lib/libTKDE.so.8.0.0 +0 -0
  15. package/lib/libTKDECascade.so.8.0.0 +0 -0
  16. package/lib/libTKDEIGES.so.8.0.0 +0 -0
  17. package/lib/libTKDEOBJ.so.8.0.0 +0 -0
  18. package/lib/libTKDEPLY.so.8.0.0 +0 -0
  19. package/lib/libTKDESTEP.so.8.0.0 +0 -0
  20. package/lib/libTKDESTL.so.8.0.0 +0 -0
  21. package/lib/libTKDEVRML.so.8.0.0 +0 -0
  22. package/lib/libTKExpress.so.8.0.0 +0 -0
  23. package/lib/libTKFeat.so.8.0.0 +0 -0
  24. package/lib/libTKFillet.so.8.0.0 +0 -0
  25. package/lib/libTKG2d.so.8.0.0 +0 -0
  26. package/lib/libTKG3d.so.8.0.0 +0 -0
  27. package/lib/libTKGeomAlgo.so.8.0.0 +0 -0
  28. package/lib/libTKGeomBase.so.8.0.0 +0 -0
  29. package/lib/libTKHLR.so.8.0.0 +0 -0
  30. package/lib/libTKHelix.so.8.0.0 +0 -0
  31. package/lib/libTKLCAF.so.8.0.0 +0 -0
  32. package/lib/libTKMath.so.8.0.0 +0 -0
  33. package/lib/libTKMesh.so.8.0.0 +0 -0
  34. package/lib/libTKOffset.so.8.0.0 +0 -0
  35. package/lib/libTKPrim.so.8.0.0 +0 -0
  36. package/lib/libTKRWMesh.so.8.0.0 +0 -0
  37. package/lib/libTKService.so.8.0.0 +0 -0
  38. package/lib/libTKShHealing.so.8.0.0 +0 -0
  39. package/lib/libTKStd.so.8.0.0 +0 -0
  40. package/lib/libTKStdL.so.8.0.0 +0 -0
  41. package/lib/libTKTObj.so.8.0.0 +0 -0
  42. package/lib/libTKTopAlgo.so.8.0.0 +0 -0
  43. package/lib/libTKV3d.so.8.0.0 +0 -0
  44. package/lib/libTKVCAF.so.8.0.0 +0 -0
  45. package/lib/libTKXCAF.so.8.0.0 +0 -0
  46. package/lib/libTKXMesh.so.8.0.0 +0 -0
  47. package/lib/libTKXSBase.so.8.0.0 +0 -0
  48. package/lib/libTKXml.so.8.0.0 +0 -0
  49. package/lib/libTKXmlL.so.8.0.0 +0 -0
  50. package/lib/libTKXmlTObj.so.8.0.0 +0 -0
  51. package/lib/libTKXmlXCAF.so.8.0.0 +0 -0
  52. package/lib/libTKernel.so.8.0.0 +0 -0
  53. package/lib/libdraco.so.1 +0 -0
  54. package/lib/libtbb.so.2 +0 -0
  55. package/lib/libtbbmalloc.so.2 +0 -0
  56. package/lib/libtbbmalloc_proxy.so.2 +0 -0
  57. package/occt_gltf_addon.node +0 -0
  58. package/package.json +6 -2
  59. package/resources/BOPAlgo/BOPAlgo.msg +129 -0
  60. package/resources/BOPAlgo/FILES +1 -0
  61. package/resources/DrawResources/CURVES.tcl +38 -0
  62. package/resources/DrawResources/CheckCommands.tcl +1206 -0
  63. package/resources/DrawResources/DrawDefault +130 -0
  64. package/resources/DrawResources/DrawPlugin +64 -0
  65. package/resources/DrawResources/DrawTK.tcl +623 -0
  66. package/resources/DrawResources/FILES +16 -0
  67. package/resources/DrawResources/Geometry.tcl +96 -0
  68. package/resources/DrawResources/InitEnvironment.tcl +50 -0
  69. package/resources/DrawResources/Move.tcl +85 -0
  70. package/resources/DrawResources/OCC_logo.png +0 -0
  71. package/resources/DrawResources/PROFIL.tcl +726 -0
  72. package/resources/DrawResources/SCAN.tcl +192 -0
  73. package/resources/DrawResources/SURFACES.tcl +35 -0
  74. package/resources/DrawResources/StandardCommands.tcl +451 -0
  75. package/resources/DrawResources/StandardViews.tcl +284 -0
  76. package/resources/DrawResources/TKTopTest.tcl +27 -0
  77. package/resources/DrawResources/TestCommands.tcl +2969 -0
  78. package/resources/DrawResources/Vector.tcl +402 -0
  79. package/resources/DrawResources/dfb_attribns.gif +0 -0
  80. package/resources/DrawResources/dfb_attribute.gif +0 -0
  81. package/resources/DrawResources/dfb_folder.gif +0 -0
  82. package/resources/DrawResources/dftree.tcl +381 -0
  83. package/resources/DrawResources/lamp.ico +0 -0
  84. package/resources/SHMessage/FILES +2 -0
  85. package/resources/SHMessage/SHAPE.fr +267 -0
  86. package/resources/SHMessage/SHAPE.us +267 -0
  87. package/resources/Shaders/Declarations.glsl +276 -0
  88. package/resources/Shaders/DeclarationsImpl.glsl +121 -0
  89. package/resources/Shaders/Display.fs +157 -0
  90. package/resources/Shaders/FILES +27 -0
  91. package/resources/Shaders/LightShadow.glsl +48 -0
  92. package/resources/Shaders/PBRCookTorrance.glsl +20 -0
  93. package/resources/Shaders/PBRDirectionalLight.glsl +20 -0
  94. package/resources/Shaders/PBRDistribution.glsl +9 -0
  95. package/resources/Shaders/PBREnvBaking.fs +226 -0
  96. package/resources/Shaders/PBREnvBaking.vs +55 -0
  97. package/resources/Shaders/PBRFresnel.glsl +36 -0
  98. package/resources/Shaders/PBRGeometry.glsl +13 -0
  99. package/resources/Shaders/PBRIllumination.glsl +28 -0
  100. package/resources/Shaders/PBRPointLight.glsl +27 -0
  101. package/resources/Shaders/PBRSpotLight.glsl +45 -0
  102. package/resources/Shaders/PathtraceBase.fs +993 -0
  103. package/resources/Shaders/PhongDirectionalLight.glsl +29 -0
  104. package/resources/Shaders/PhongPointLight.glsl +36 -0
  105. package/resources/Shaders/PhongShading.fs +191 -0
  106. package/resources/Shaders/PhongShading.vs +43 -0
  107. package/resources/Shaders/PhongSpotLight.glsl +52 -0
  108. package/resources/Shaders/PointLightAttenuation.glsl +35 -0
  109. package/resources/Shaders/RaytraceBase.fs +1236 -0
  110. package/resources/Shaders/RaytraceBase.vs +12 -0
  111. package/resources/Shaders/RaytraceRender.fs +134 -0
  112. package/resources/Shaders/RaytraceSmooth.fs +80 -0
  113. package/resources/Shaders/SkydomBackground.fs +300 -0
  114. package/resources/Shaders/TangentSpaceNormal.glsl +17 -0
  115. package/resources/StdResource/FILES +6 -0
  116. package/resources/StdResource/MigrationSheet.txt +21 -0
  117. package/resources/StdResource/Plugin +52 -0
  118. package/resources/StdResource/Standard +25 -0
  119. package/resources/StdResource/StandardLite +22 -0
  120. package/resources/StdResource/TObj +17 -0
  121. package/resources/StdResource/XCAF +50 -0
  122. package/resources/TObj/FILES +1 -0
  123. package/resources/TObj/TObj.msg +85 -0
  124. package/resources/Textures/1d_elevation.rgb +0 -0
  125. package/resources/Textures/2d_MatraDatavision.rgb +0 -0
  126. package/resources/Textures/2d_alienskin.rgb +0 -0
  127. package/resources/Textures/2d_aluminum.rgb +0 -0
  128. package/resources/Textures/2d_blue_rock.rgb +0 -0
  129. package/resources/Textures/2d_bluewhite_paper.rgb +0 -0
  130. package/resources/Textures/2d_brushed.rgb +0 -0
  131. package/resources/Textures/2d_bubbles.rgb +0 -0
  132. package/resources/Textures/2d_bumps.rgb +0 -0
  133. package/resources/Textures/2d_cast.rgb +0 -0
  134. package/resources/Textures/2d_chess.rgba +0 -0
  135. package/resources/Textures/2d_chipbd.rgb +0 -0
  136. package/resources/Textures/2d_clouds.rgb +0 -0
  137. package/resources/Textures/2d_flesh.rgb +0 -0
  138. package/resources/Textures/2d_floor.rgb +0 -0
  139. package/resources/Textures/2d_galvnisd.rgb +0 -0
  140. package/resources/Textures/2d_grass.rgb +0 -0
  141. package/resources/Textures/2d_knurl.rgb +0 -0
  142. package/resources/Textures/2d_maple.rgb +0 -0
  143. package/resources/Textures/2d_marble.rgb +0 -0
  144. package/resources/Textures/2d_mottled.rgb +0 -0
  145. package/resources/Textures/2d_rain.rgb +0 -0
  146. package/resources/Textures/2d_rock.rgb +0 -0
  147. package/resources/Textures/FILES +31 -0
  148. package/resources/Textures/env_clouds.rgb +0 -0
  149. package/resources/Textures/env_cv.rgb +0 -0
  150. package/resources/Textures/env_lines.rgb +0 -0
  151. package/resources/Textures/env_medit.rgb +0 -0
  152. package/resources/Textures/env_pearl.rgb +0 -0
  153. package/resources/Textures/env_road.rgb +0 -0
  154. package/resources/Textures/env_sky1.rgb +0 -0
  155. package/resources/Textures/env_sky2.rgb +0 -0
  156. package/resources/UnitsAPI/CurrentUnits +74 -0
  157. package/resources/UnitsAPI/FILES +4 -0
  158. package/resources/UnitsAPI/MDTVBaseUnits +70 -0
  159. package/resources/UnitsAPI/MDTVCurrentUnits +74 -0
  160. package/resources/UnitsAPI/Units.dat +481 -0
  161. package/resources/XRResources/FILES +10 -0
  162. package/resources/XRResources/occtvr_actions.json +225 -0
  163. package/resources/XRResources/occtvr_bindings_generic.json +87 -0
  164. package/resources/XRResources/occtvr_bindings_holographic_hmd.json +18 -0
  165. package/resources/XRResources/occtvr_bindings_index_hmd.json +18 -0
  166. package/resources/XRResources/occtvr_bindings_rift.json +18 -0
  167. package/resources/XRResources/occtvr_bindings_touch.json +160 -0
  168. package/resources/XRResources/occtvr_bindings_vive.json +18 -0
  169. package/resources/XRResources/occtvr_bindings_vive_controller.json +139 -0
  170. package/resources/XRResources/occtvr_bindings_vive_cosmos.json +18 -0
  171. package/resources/XRResources/occtvr_bindings_vive_pro.json +18 -0
  172. package/resources/XSMessage/FILES +2 -0
  173. package/resources/XSMessage/XSTEP.fr +1026 -0
  174. package/resources/XSMessage/XSTEP.us +1023 -0
  175. package/resources/XSTEPResource/FILES +2 -0
  176. package/resources/XSTEPResource/IGES +65 -0
  177. package/resources/XSTEPResource/STEP +68 -0
  178. package/resources/XmlOcafResource/FILES +11 -0
  179. package/resources/XmlOcafResource/XmlOcaf.xsd +131 -0
  180. package/resources/XmlOcafResource/XmlOcaf_SmallTypes.xsd +217 -0
  181. package/resources/XmlOcafResource/XmlOcaf_TDF.xsd +33 -0
  182. package/resources/XmlOcafResource/XmlOcaf_TDataStd.xsd +230 -0
  183. package/resources/XmlOcafResource/XmlOcaf_TDataStd_Name.xsd +37 -0
  184. package/resources/XmlOcafResource/XmlOcaf_TDocStd.xsd +37 -0
  185. package/resources/XmlOcafResource/XmlOcaf_TFunction.xsd +38 -0
  186. package/resources/XmlOcafResource/XmlOcaf_TNaming.xsd +128 -0
  187. package/resources/XmlOcafResource/XmlOcaf_TNaming_NamedShape.xsd +97 -0
  188. package/resources/XmlOcafResource/XmlOcaf_TPrsStd.xsd +42 -0
  189. package/resources/XmlOcafResource/XmlXcaf.xsd +109 -0
  190. package/resources/samples/tcl/ANC101.tcl +282 -0
  191. package/resources/samples/tcl/DataExchangeDemo.tcl +85 -0
  192. package/resources/samples/tcl/MBBGehauseRohteil.tcl +268 -0
  193. package/resources/samples/tcl/ModelingDemo.tcl +120 -0
  194. package/resources/samples/tcl/Penrose.tcl +87 -0
  195. package/resources/samples/tcl/Readme.txt +4 -0
  196. package/resources/samples/tcl/VisualizationDemo.tcl +162 -0
  197. package/resources/samples/tcl/bottle.tcl +115 -0
  198. package/resources/samples/tcl/cad.tcl +63 -0
  199. package/resources/samples/tcl/cpu.tcl +327 -0
  200. package/resources/samples/tcl/cutter.tcl +91 -0
  201. package/resources/samples/tcl/dimensions.tcl +83 -0
  202. package/resources/samples/tcl/drill.tcl +147 -0
  203. package/resources/samples/tcl/logo2019.tcl +89 -0
  204. package/resources/samples/tcl/markers.tcl +76 -0
  205. package/resources/samples/tcl/materials.tcl +75 -0
  206. package/resources/samples/tcl/pathtrace_ball.tcl +79 -0
  207. package/resources/samples/tcl/pathtrace_cube.tcl +85 -0
  208. package/resources/samples/tcl/pathtrace_materials.tcl +229 -0
  209. package/resources/samples/tcl/pencil.tcl +64 -0
  210. package/resources/samples/tcl/raytrace.tcl +44 -0
  211. package/resources/samples/tcl/snowflake.tcl +161 -0
  212. package/resources/samples/tcl/spheres.tcl +148 -0
  213. package/resources/samples/tcl/vis_pbr_spheres.tcl +94 -0
  214. package/resources/samples/tcl/xde.tcl +47 -0
@@ -0,0 +1,225 @@
1
+ {
2
+ "actions": [
3
+ {
4
+ "name": "/actions/generic_head/in/headset_on_head",
5
+ "type": "boolean",
6
+ "requirement": "optional"
7
+ },
8
+ {
9
+ "name": "/actions/generic_left/in/pose_base",
10
+ "type": "pose"
11
+ },
12
+ {
13
+ "name": "/actions/generic_right/in/pose_base",
14
+ "type": "pose"
15
+ },
16
+ {
17
+ "name": "/actions/generic_left/in/pose_front",
18
+ "type": "pose"
19
+ },
20
+ {
21
+ "name": "/actions/generic_right/in/pose_front",
22
+ "type": "pose"
23
+ },
24
+ {
25
+ "name": "/actions/generic_left/in/pose_handgrip",
26
+ "type": "pose"
27
+ },
28
+ {
29
+ "name": "/actions/generic_right/in/pose_handgrip",
30
+ "type": "pose"
31
+ },
32
+ {
33
+ "name": "/actions/generic_left/in/pose_tip",
34
+ "type": "pose"
35
+ },
36
+ {
37
+ "name": "/actions/generic_right/in/pose_tip",
38
+ "type": "pose"
39
+ },
40
+ {
41
+ "name": "/actions/generic_left/out/haptic",
42
+ "type": "vibration"
43
+ },
44
+ {
45
+ "name": "/actions/generic_right/out/haptic",
46
+ "type": "vibration"
47
+ },
48
+ {
49
+ "name": "/actions/generic_left/in/appmenu_click",
50
+ "type": "boolean"
51
+ },
52
+ {
53
+ "name": "/actions/generic_right/in/appmenu_click",
54
+ "type": "boolean"
55
+ },
56
+ {
57
+ "name": "/actions/generic_left/in/sysmenu_click",
58
+ "type": "boolean",
59
+ "requirement": "optional"
60
+ },
61
+ {
62
+ "name": "/actions/generic_right/in/sysmenu_click",
63
+ "type": "boolean",
64
+ "requirement": "optional"
65
+ },
66
+ {
67
+ "name": "/actions/generic_left/in/trigger_click",
68
+ "type": "boolean"
69
+ },
70
+ {
71
+ "name": "/actions/generic_right/in/trigger_click",
72
+ "type": "boolean"
73
+ },
74
+ {
75
+ "name": "/actions/generic_left/in/trigger_pull",
76
+ "type": "vector1"
77
+ },
78
+ {
79
+ "name": "/actions/generic_right/in/trigger_pull",
80
+ "type": "vector1"
81
+ },
82
+ {
83
+ "name": "/actions/generic_left/in/grip_click",
84
+ "type": "boolean"
85
+ },
86
+ {
87
+ "name": "/actions/generic_right/in/grip_click",
88
+ "type": "boolean"
89
+ },
90
+ {
91
+ "name": "/actions/generic_left/in/trackpad_position",
92
+ "type": "vector2"
93
+ },
94
+ {
95
+ "name": "/actions/generic_right/in/trackpad_position",
96
+ "type": "vector2"
97
+ },
98
+ {
99
+ "name": "/actions/generic_left/in/trackpad_touch",
100
+ "type": "boolean"
101
+ },
102
+ {
103
+ "name": "/actions/generic_right/in/trackpad_touch",
104
+ "type": "boolean"
105
+ },
106
+ {
107
+ "name": "/actions/generic_left/in/trackpad_click",
108
+ "type": "boolean"
109
+ },
110
+ {
111
+ "name": "/actions/generic_right/in/trackpad_click",
112
+ "type": "boolean"
113
+ },
114
+ {
115
+ "name": "/actions/generic_left/in/thumbstick_position",
116
+ "type": "vector2"
117
+ },
118
+ {
119
+ "name": "/actions/generic_right/in/thumbstick_position",
120
+ "type": "vector2"
121
+ },
122
+ {
123
+ "name": "/actions/generic_left/in/thumbstick_touch",
124
+ "type": "boolean"
125
+ },
126
+ {
127
+ "name": "/actions/generic_right/in/thumbstick_touch",
128
+ "type": "boolean"
129
+ },
130
+ {
131
+ "name": "/actions/generic_left/in/thumbstick_click",
132
+ "type": "boolean"
133
+ },
134
+ {
135
+ "name": "/actions/generic_right/in/thumbstick_click",
136
+ "type": "boolean"
137
+ }
138
+ ],
139
+ "action_sets": [
140
+ {
141
+ "name": "/actions/generic_head",
142
+ "usage": "single"
143
+ },
144
+ {
145
+ "name": "/actions/generic_left",
146
+ "usage": "leftright"
147
+ },
148
+ {
149
+ "name": "/actions/generic_right",
150
+ "usage": "leftright"
151
+ }
152
+ ],
153
+ "default_bindings": [
154
+ {
155
+ "controller_type": "vive_controller",
156
+ "binding_url": "occtvr_bindings_vive_controller.json"
157
+ },
158
+ {
159
+ "controller_type": "generic",
160
+ "binding_url": "occtvr_bindings_generic.json"
161
+ },
162
+ {
163
+ "controller_type": "holographic_controller",
164
+ "binding_url": "occtvr_bindings_holographic_hmd.json"
165
+ },
166
+ {
167
+ "controller_type": "indexhmd",
168
+ "binding_url": "occtvr_bindings_index_hmd.json"
169
+ },
170
+ {
171
+ "controller_type": "rift",
172
+ "binding_url": "occtvr_bindings_rift.json"
173
+ },
174
+ {
175
+ "controller_type": "vive",
176
+ "binding_url": "occtvr_bindings_vive.json"
177
+ },
178
+ {
179
+ "controller_type": "vive_cosmos",
180
+ "binding_url": "occtvr_bindings_vive_cosmos.json"
181
+ },
182
+ {
183
+ "controller_type": "vive_pro",
184
+ "binding_url": "occtvr_bindings_vive_pro.json"
185
+ }
186
+ ],
187
+ "localization": [
188
+ {
189
+ "language_tag": "en_US",
190
+ "/actions/generic_head/in/headset_on_head": "Headset is on head",
191
+ "/actions/generic_left/in/appmenu_click": "Left app menu",
192
+ "/actions/generic_left/in/sysmenu_click": "Left system menu",
193
+ "/actions/generic_left/in/trigger_click": "Left trigger click",
194
+ "/actions/generic_left/in/trigger_pull": "Left trigger squeeze",
195
+ "/actions/generic_left/in/grip_click": "Left hand full grip",
196
+ "/actions/generic_left/in/pose_base": "Left hand base",
197
+ "/actions/generic_left/in/pose_front": "Left hand front",
198
+ "/actions/generic_left/in/pose_handgrip": "Left handgrip pose",
199
+ "/actions/generic_left/in/pose_tip": "Left forefinger tip",
200
+ "/actions/generic_left/in/trackpad_position": "Left trackpad position",
201
+ "/actions/generic_left/in/trackpad_touch": "Left trackpad touch",
202
+ "/actions/generic_left/in/trackpad_click": "Left trackpad click",
203
+ "/actions/generic_left/in/thumbstick_position": "Left thumbstick position",
204
+ "/actions/generic_left/in/thumbstick_touch": "Left thumbstick touch",
205
+ "/actions/generic_left/in/thumbstick_click": "Left thumbstick click",
206
+ "/actions/generic_left/out/haptic": "Left hand haptic",
207
+ "/actions/generic_right/in/appmenu_click": "Right app menu",
208
+ "/actions/generic_right/in/sysmenu_click": "Right system menu",
209
+ "/actions/generic_right/in/trigger_click": "Right trigger click",
210
+ "/actions/generic_right/in/trigger_pull": "Right trigger squeeze",
211
+ "/actions/generic_right/in/grip_click": "Right hand full grip",
212
+ "/actions/generic_right/in/pose_base": "Right hand base",
213
+ "/actions/generic_right/in/pose_front": "Right hand front",
214
+ "/actions/generic_right/in/pose_handgrip": "Right handgrip pose",
215
+ "/actions/generic_right/in/pose_tip": "Right forefinger tip",
216
+ "/actions/generic_right/in/trackpad_position": "Right trackpad position",
217
+ "/actions/generic_right/in/trackpad_touch": "Right trackpad touch",
218
+ "/actions/generic_right/in/trackpad_click": "Right trackpad click",
219
+ "/actions/generic_right/in/thumbstick_position": "Right thumbstick position",
220
+ "/actions/generic_right/in/thumbstick_touch": "Right thumbstick touch",
221
+ "/actions/generic_right/in/thumbstick_click": "Right thumbstick click",
222
+ "/actions/generic_right/out/haptic": "Right hand haptic"
223
+ }
224
+ ]
225
+ }
@@ -0,0 +1,87 @@
1
+ {
2
+ "bindings": {
3
+ "/actions/generic_left": {
4
+ "haptics": [
5
+ {
6
+ "output": "/actions/generic_left/out/haptic",
7
+ "path": "/user/hand/left/output/haptic"
8
+ }
9
+ ],
10
+ "sources": [
11
+ {
12
+ "inputs": {
13
+ "click": { "output": "/actions/generic_left/in/appmenu_click" }
14
+ },
15
+ "mode": "button",
16
+ "path": "/user/hand/left/input/application_menu"
17
+ },
18
+ {
19
+ "inputs": {
20
+ "click": { "output": "/actions/generic_left/in/trigger_click" }
21
+ },
22
+ "mode": "button",
23
+ "path": "/user/hand/left/input/trigger"
24
+ },
25
+ {
26
+ "inputs": {
27
+ "click": { "output": "/actions/generic_left/in/trackpad_click" },
28
+ "touch": { "output": "/actions/generic_left/in/trackpad_touch" },
29
+ "position": { "output": "/actions/generic_left/in/trackpad_position" }
30
+ },
31
+ "mode": "trackpad",
32
+ "path": "/user/hand/left/input/trackpad"
33
+ },
34
+ {
35
+ "inputs": {
36
+ "click": { "output": "/actions/generic_left/in/grip_click" }
37
+ },
38
+ "mode": "button",
39
+ "path": "/user/hand/left/input/grip"
40
+ }
41
+ ]
42
+ },
43
+ "/actions/generic_right": {
44
+ "haptics": [
45
+ {
46
+ "output": "/actions/generic_right/out/haptic",
47
+ "path": "/user/hand/right/output/haptic"
48
+ }
49
+ ],
50
+ "sources": [
51
+ {
52
+ "inputs": {
53
+ "click": { "output": "/actions/generic_right/in/appmenu_click" }
54
+ },
55
+ "mode": "button",
56
+ "path": "/user/hand/right/input/application_menu"
57
+ },
58
+ {
59
+ "inputs": {
60
+ "click": { "output": "/actions/generic_right/in/trigger_click" }
61
+ },
62
+ "mode": "button",
63
+ "path": "/user/hand/right/input/trigger"
64
+ },
65
+ {
66
+ "inputs": {
67
+ "click": { "output": "/actions/generic_right/in/trackpad_click" },
68
+ "touch": { "output": "/actions/generic_right/in/trackpad_touch" },
69
+ "position": { "output": "/actions/generic_right/in/trackpad_position" }
70
+ },
71
+ "mode": "trackpad",
72
+ "path": "/user/hand/right/input/trackpad"
73
+ },
74
+ {
75
+ "inputs": {
76
+ "click": { "output": "/actions/generic_right/in/grip_click" }
77
+ },
78
+ "mode": "button",
79
+ "path": "/user/hand/right/input/grip"
80
+ }
81
+ ]
82
+ }
83
+ },
84
+ "controller_type": "generic",
85
+ "description": "Standard Open CASCADE Technology VR bindings for a generic controller",
86
+ "name": "OCCT VR bindings for a generic controller"
87
+ }
@@ -0,0 +1,18 @@
1
+ {
2
+ "bindings": {
3
+ "/actions/generic_head": {
4
+ "sources": [
5
+ {
6
+ "inputs": {
7
+ "click": { "output": "/actions/generic_head/in/headset_on_head" }
8
+ },
9
+ "mode": "button",
10
+ "path": "/user/head/proximity"
11
+ }
12
+ ]
13
+ }
14
+ },
15
+ "controller_type": "holographic_hmd",
16
+ "description": "",
17
+ "name": "holographic_hmd defaults"
18
+ }
@@ -0,0 +1,18 @@
1
+ {
2
+ "bindings": {
3
+ "/actions/generic_head": {
4
+ "sources": [
5
+ {
6
+ "inputs": {
7
+ "click": { "output": "/actions/generic_head/in/headset_on_head" }
8
+ },
9
+ "mode": "button",
10
+ "path": "/user/head/proximity"
11
+ }
12
+ ]
13
+ }
14
+ },
15
+ "controller_type": "indexhmd",
16
+ "description": "",
17
+ "name": "index hmd defaults"
18
+ }
@@ -0,0 +1,18 @@
1
+ {
2
+ "bindings": {
3
+ "/actions/generic_head": {
4
+ "sources": [
5
+ {
6
+ "inputs": {
7
+ "click": { "output": "/actions/generic_head/in/headset_on_head" }
8
+ },
9
+ "mode": "button",
10
+ "path": "/user/head/proximity"
11
+ }
12
+ ]
13
+ }
14
+ },
15
+ "controller_type": "rift",
16
+ "description": "",
17
+ "name": "rift defaults"
18
+ }
@@ -0,0 +1,160 @@
1
+ {
2
+ "action_manifest_version" : 0,
3
+ "alias_info" : {},
4
+ "bindings" : {
5
+ "/actions/generic_left" : {
6
+ "haptics" : [
7
+ {
8
+ "output" : "/actions/generic_left/out/haptic",
9
+ "path" : "/user/hand/left/output/haptic"
10
+ }
11
+ ],
12
+ "sources" : [
13
+ {
14
+ "inputs" : {
15
+ "click" : {
16
+ "output" : "/actions/generic_left/in/appmenu_click"
17
+ }
18
+ },
19
+ "mode" : "button",
20
+ "path" : "/user/hand/left/input/application_menu"
21
+ },
22
+ {
23
+ "inputs" : {
24
+ "click" : {
25
+ "output" : "/actions/generic_left/in/trackpad_click"
26
+ },
27
+ "position" : {
28
+ "output" : "/actions/generic_left/in/trackpad_position"
29
+ },
30
+ "touch" : {
31
+ "output" : "/actions/generic_left/in/trackpad_touch"
32
+ }
33
+ },
34
+ "mode" : "trackpad",
35
+ "path" : "/user/hand/left/input/trackpad"
36
+ },
37
+ {
38
+ "inputs" : {
39
+ "click" : {
40
+ "output" : "/actions/generic_left/in/sysmenu_click"
41
+ }
42
+ },
43
+ "mode" : "button",
44
+ "path" : "/user/hand/left/input/system"
45
+ },
46
+ {
47
+ "inputs" : {
48
+ "click" : {
49
+ "output" : "/actions/generic_left/in/trigger_click"
50
+ },
51
+ "pull" : {
52
+ "output" : "/actions/generic_left/in/trigger_pull"
53
+ }
54
+ },
55
+ "mode" : "trigger",
56
+ "path" : "/user/hand/left/input/trigger"
57
+ },
58
+ {
59
+ "inputs" : {
60
+ "click" : {
61
+ "output" : "/actions/generic_left/in/appmenu_click"
62
+ }
63
+ },
64
+ "mode" : "button",
65
+ "path" : "/user/hand/left/input/x"
66
+ },
67
+ {
68
+ "inputs" : {
69
+ "click" : {
70
+ "output" : "/actions/generic_left/in/trackpad_click"
71
+ },
72
+ "position" : {
73
+ "output" : "/actions/generic_left/in/trackpad_position"
74
+ },
75
+ "touch" : {
76
+ "output" : "/actions/generic_left/in/trackpad_touch"
77
+ }
78
+ },
79
+ "mode" : "joystick",
80
+ "path" : "/user/hand/left/input/joystick"
81
+ }
82
+ ]
83
+ },
84
+ "/actions/generic_right" : {
85
+ "haptics" : [
86
+ {
87
+ "output" : "/actions/generic_right/out/haptic",
88
+ "path" : "/user/hand/right/output/haptic"
89
+ }
90
+ ],
91
+ "sources" : [
92
+ {
93
+ "inputs" : {
94
+ "click" : {
95
+ "output" : "/actions/generic_right/in/appmenu_click"
96
+ }
97
+ },
98
+ "mode" : "button",
99
+ "path" : "/user/hand/right/input/application_menu"
100
+ },
101
+ {
102
+ "inputs" : {
103
+ "click" : {
104
+ "output" : "/actions/generic_right/in/trackpad_click"
105
+ },
106
+ "position" : {
107
+ "output" : "/actions/generic_right/in/trackpad_position"
108
+ },
109
+ "touch" : {
110
+ "output" : "/actions/generic_right/in/trackpad_touch"
111
+ }
112
+ },
113
+ "mode" : "trackpad",
114
+ "path" : "/user/hand/right/input/trackpad"
115
+ },
116
+ {
117
+ "inputs" : {
118
+ "click" : {
119
+ "output" : "/actions/generic_right/in/trigger_click"
120
+ },
121
+ "pull" : {
122
+ "output" : "/actions/generic_right/in/trigger_pull"
123
+ }
124
+ },
125
+ "mode" : "trigger",
126
+ "path" : "/user/hand/right/input/trigger"
127
+ },
128
+ {
129
+ "inputs" : {
130
+ "click" : {
131
+ "output" : "/actions/generic_right/in/thumbstick_click"
132
+ },
133
+ "position" : {
134
+ "output" : "/actions/generic_right/in/thumbstick_position"
135
+ },
136
+ "touch" : {
137
+ "output" : "/actions/generic_right/in/thumbstick_touch"
138
+ }
139
+ },
140
+ "mode" : "joystick",
141
+ "path" : "/user/hand/right/input/joystick"
142
+ },
143
+ {
144
+ "inputs" : {
145
+ "touch" : {
146
+ "output" : "/actions/generic_right/in/grip_click"
147
+ }
148
+ },
149
+ "mode" : "trigger",
150
+ "path" : "/user/hand/right/input/grip"
151
+ }
152
+ ]
153
+ }
154
+ },
155
+ "category" : "steamvr_input",
156
+ "controller_type" : "oculus_touch",
157
+ "description" : "Standard Open CASCADE Technology VR bindings for an oculus touch controller",
158
+ "options" : {},
159
+ "simulated_actions" : []
160
+ }
@@ -0,0 +1,18 @@
1
+ {
2
+ "bindings": {
3
+ "/actions/generic_head": {
4
+ "sources": [
5
+ {
6
+ "inputs": {
7
+ "click": { "output": "/actions/generic_head/in/headset_on_head" }
8
+ },
9
+ "mode": "button",
10
+ "path": "/user/head/proximity"
11
+ }
12
+ ]
13
+ }
14
+ },
15
+ "controller_type": "vive",
16
+ "description": "",
17
+ "name": "vive defaults"
18
+ }