We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22118e0 commit 3985d20Copy full SHA for 3985d20
install.js
@@ -3,6 +3,6 @@
3
const { install } = require('addon-tools-raub');
4
5
const prefix = 'https://github.com/node-3d/bullet-raub/releases/download';
6
-const tag = '4.0.0';
+const tag = '4.1.0';
7
8
install(`${prefix}/${tag}`);
test/index.test.js
@@ -24,8 +24,8 @@ const classes = {
24
inst.destroy();
25
},
26
props: [
27
- 'type', 'pos', 'rot', 'vell', 'vela', 'size', 'factl', 'facta',
28
- 'map','mesh','mass','rest','dampl','dampa','frict','sleepy'
+ 'type', 'pos', 'rot', 'quat', 'vell', 'vela', 'size', 'factl', 'facta',
+ 'map', 'mesh', 'mass', 'rest', 'dampl', 'dampa', 'frict', 'sleepy',
29
],
30
methods: ['destroy'],
31
@@ -37,9 +37,9 @@ const classes = {
37
38
39
40
- 'a','b','broken','maximp','posa','posb','rota','rotb','minl',
41
- 'maxl','mina','maxa','dampl','dampa','stifl','stifa','springl',
42
- 'springa','motorl','motora','motorlf','motoraf','motorlv','motorav',
+ 'a', 'b', 'broken', 'maximp', 'posa', 'posb', 'rota', 'rotb', 'minl',
+ 'maxl', 'mina', 'maxa', 'dampl', 'dampa', 'stifl', 'stifa', 'springl',
+ 'springa', 'motorl', 'motora', 'motorlf', 'motoraf', 'motorlv', 'motorav',
43
44
45
0 commit comments