@tomorrowevening/hermes 0.0.127 → 0.0.128

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.
package/dist/hermes.es.js CHANGED
@@ -339,7 +339,7 @@ function Uo(s) {
339
339
  const n = new Xn(i);
340
340
  if (s.animations.length > 0) {
341
341
  const a = s.animations.map((c) => $n.parse(c));
342
- n.clipAction(a[0]).play();
342
+ n.clipAction(a[0]).play(), n.getRoot().animations = s.animations, n.getRoot().mixer = n;
343
343
  }
344
344
  const r = [];
345
345
  s.cameras && s.cameras.length > 0 && s.cameras.forEach((a) => {
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "module": "./dist/hermes.esm.js",
8
8
  "types": "./types/index.d.ts",
9
9
  "type": "module",
10
- "version": "0.0.127",
10
+ "version": "0.0.128",
11
11
  "homepage": "https://github.com/tomorrowevening/hermes#readme",
12
12
  "bugs": {
13
13
  "url": "https://github.com/tomorrowevening/hermes/issues"