@needle-tools/engine 3.6.8 → 3.6.9

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.
@@ -343,7 +343,7 @@ h(Xi, "Registered", []), h(Xi, "_callbacks", {});
343
343
  const vM = le("debugdebug");
344
344
  let qS = le("noerrors");
345
345
  const FN = "ar", O_ = "needle_engine_global_error_container";
346
- var va = /* @__PURE__ */ ((n) => (n[n.Log = 0] = "Log", n[n.Warn = 1] = "Warn", n[n.Error = 2] = "Error", n))(va || {});
346
+ var Aa = /* @__PURE__ */ ((n) => (n[n.Log = 0] = "Log", n[n.Warn = 1] = "Warn", n[n.Error = 2] = "Error", n))(Aa || {});
347
347
  function wD() {
348
348
  return CD;
349
349
  }
@@ -2481,7 +2481,7 @@ class ys {
2481
2481
  return this.min.min(e.min), this.max.max(e.max), this;
2482
2482
  }
2483
2483
  applyMatrix4(e) {
2484
- return this.isEmpty() ? this : (Ua[0].set(this.min.x, this.min.y, this.min.z).applyMatrix4(e), Ua[1].set(this.min.x, this.min.y, this.max.z).applyMatrix4(e), Ua[2].set(this.min.x, this.max.y, this.min.z).applyMatrix4(e), Ua[3].set(this.min.x, this.max.y, this.max.z).applyMatrix4(e), Ua[4].set(this.max.x, this.min.y, this.min.z).applyMatrix4(e), Ua[5].set(this.max.x, this.min.y, this.max.z).applyMatrix4(e), Ua[6].set(this.max.x, this.max.y, this.min.z).applyMatrix4(e), Ua[7].set(this.max.x, this.max.y, this.max.z).applyMatrix4(e), this.setFromPoints(Ua), this);
2484
+ return this.isEmpty() ? this : (Fa[0].set(this.min.x, this.min.y, this.min.z).applyMatrix4(e), Fa[1].set(this.min.x, this.min.y, this.max.z).applyMatrix4(e), Fa[2].set(this.min.x, this.max.y, this.min.z).applyMatrix4(e), Fa[3].set(this.min.x, this.max.y, this.max.z).applyMatrix4(e), Fa[4].set(this.max.x, this.min.y, this.min.z).applyMatrix4(e), Fa[5].set(this.max.x, this.min.y, this.max.z).applyMatrix4(e), Fa[6].set(this.max.x, this.max.y, this.min.z).applyMatrix4(e), Fa[7].set(this.max.x, this.max.y, this.max.z).applyMatrix4(e), this.setFromPoints(Fa), this);
2485
2485
  }
2486
2486
  translate(e) {
2487
2487
  return this.min.add(e), this.max.add(e), this;
@@ -2490,7 +2490,7 @@ class ys {
2490
2490
  return e.min.equals(this.min) && e.max.equals(this.max);
2491
2491
  }
2492
2492
  }
2493
- const Ua = [
2493
+ const Fa = [
2494
2494
  /* @__PURE__ */ new S(),
2495
2495
  /* @__PURE__ */ new S(),
2496
2496
  /* @__PURE__ */ new S(),
@@ -2584,7 +2584,7 @@ class Go {
2584
2584
  return new this.constructor().copy(this);
2585
2585
  }
2586
2586
  }
2587
- const Na = /* @__PURE__ */ new S(), j_ = /* @__PURE__ */ new S(), SA = /* @__PURE__ */ new S(), jl = /* @__PURE__ */ new S(), q_ = /* @__PURE__ */ new S(), EA = /* @__PURE__ */ new S(), X_ = /* @__PURE__ */ new S();
2587
+ const Ua = /* @__PURE__ */ new S(), j_ = /* @__PURE__ */ new S(), SA = /* @__PURE__ */ new S(), jl = /* @__PURE__ */ new S(), q_ = /* @__PURE__ */ new S(), EA = /* @__PURE__ */ new S(), X_ = /* @__PURE__ */ new S();
2588
2588
  class Dl {
2589
2589
  constructor(e = new S(), t = new S(0, 0, -1)) {
2590
2590
  this.origin = e, this.direction = t;
@@ -2602,7 +2602,7 @@ class Dl {
2602
2602
  return this.direction.copy(e).sub(this.origin).normalize(), this;
2603
2603
  }
2604
2604
  recast(e) {
2605
- return this.origin.copy(this.at(e, Na)), this;
2605
+ return this.origin.copy(this.at(e, Ua)), this;
2606
2606
  }
2607
2607
  closestPointToPoint(e, t) {
2608
2608
  t.subVectors(e, this.origin);
@@ -2613,8 +2613,8 @@ class Dl {
2613
2613
  return Math.sqrt(this.distanceSqToPoint(e));
2614
2614
  }
2615
2615
  distanceSqToPoint(e) {
2616
- const t = Na.subVectors(e, this.origin).dot(this.direction);
2617
- return t < 0 ? this.origin.distanceToSquared(e) : (Na.copy(this.direction).multiplyScalar(t).add(this.origin), Na.distanceToSquared(e));
2616
+ const t = Ua.subVectors(e, this.origin).dot(this.direction);
2617
+ return t < 0 ? this.origin.distanceToSquared(e) : (Ua.copy(this.direction).multiplyScalar(t).add(this.origin), Ua.distanceToSquared(e));
2618
2618
  }
2619
2619
  distanceSqToSegment(e, t, i, s) {
2620
2620
  j_.copy(e).add(t).multiplyScalar(0.5), SA.copy(t).sub(e).normalize(), jl.copy(this.origin).sub(j_);
@@ -2637,8 +2637,8 @@ class Dl {
2637
2637
  return i && i.copy(this.direction).multiplyScalar(d).add(this.origin), s && s.copy(SA).multiplyScalar(f).add(j_), p;
2638
2638
  }
2639
2639
  intersectSphere(e, t) {
2640
- Na.subVectors(e.center, this.origin);
2641
- const i = Na.dot(this.direction), s = Na.dot(Na) - i * i, r = e.radius * e.radius;
2640
+ Ua.subVectors(e.center, this.origin);
2641
+ const i = Ua.dot(this.direction), s = Ua.dot(Ua) - i * i, r = e.radius * e.radius;
2642
2642
  if (s > r)
2643
2643
  return null;
2644
2644
  const o = Math.sqrt(r - s), a = i - o, l = i + o;
@@ -2668,7 +2668,7 @@ class Dl {
2668
2668
  return c >= 0 ? (i = (e.min.x - f.x) * c, s = (e.max.x - f.x) * c) : (i = (e.max.x - f.x) * c, s = (e.min.x - f.x) * c), u >= 0 ? (r = (e.min.y - f.y) * u, o = (e.max.y - f.y) * u) : (r = (e.max.y - f.y) * u, o = (e.min.y - f.y) * u), i > o || r > s || ((r > i || isNaN(i)) && (i = r), (o < s || isNaN(s)) && (s = o), d >= 0 ? (a = (e.min.z - f.z) * d, l = (e.max.z - f.z) * d) : (a = (e.max.z - f.z) * d, l = (e.min.z - f.z) * d), i > l || a > s) || ((a > i || i !== i) && (i = a), (l < s || s !== s) && (s = l), s < 0) ? null : this.at(i >= 0 ? i : s, t);
2669
2669
  }
2670
2670
  intersectsBox(e) {
2671
- return this.intersectBox(e, Na) !== null;
2671
+ return this.intersectBox(e, Ua) !== null;
2672
2672
  }
2673
2673
  intersectTriangle(e, t, i, s, r) {
2674
2674
  q_.subVectors(t, e), EA.subVectors(i, e), X_.crossVectors(q_, EA);
@@ -3185,7 +3185,7 @@ class ao {
3185
3185
  }
3186
3186
  }
3187
3187
  let Ez = 0;
3188
- const CM = /* @__PURE__ */ new S(), Tu = /* @__PURE__ */ new xe(), za = /* @__PURE__ */ new Pe(), MA = /* @__PURE__ */ new S(), sp = /* @__PURE__ */ new S(), Iz = /* @__PURE__ */ new S(), Mz = /* @__PURE__ */ new xe(), SM = /* @__PURE__ */ new S(1, 0, 0), EM = /* @__PURE__ */ new S(0, 1, 0), IM = /* @__PURE__ */ new S(0, 0, 1), Tz = { type: "added" }, MM = { type: "removed" };
3188
+ const CM = /* @__PURE__ */ new S(), Tu = /* @__PURE__ */ new xe(), Na = /* @__PURE__ */ new Pe(), MA = /* @__PURE__ */ new S(), sp = /* @__PURE__ */ new S(), Iz = /* @__PURE__ */ new S(), Mz = /* @__PURE__ */ new xe(), SM = /* @__PURE__ */ new S(1, 0, 0), EM = /* @__PURE__ */ new S(0, 1, 0), IM = /* @__PURE__ */ new S(0, 0, 1), Tz = { type: "added" }, MM = { type: "removed" };
3189
3189
  class Ie extends On {
3190
3190
  constructor() {
3191
3191
  super(), this.isObject3D = !0, Object.defineProperty(this, "id", { value: Ez++ }), this.uuid = _r(), this.name = "", this.type = "Object3D", this.parent = null, this.children = [], this.up = Ie.DefaultUp.clone();
@@ -3278,12 +3278,12 @@ class Ie extends On {
3278
3278
  return e.applyMatrix4(this.matrixWorld);
3279
3279
  }
3280
3280
  worldToLocal(e) {
3281
- return e.applyMatrix4(za.copy(this.matrixWorld).invert());
3281
+ return e.applyMatrix4(Na.copy(this.matrixWorld).invert());
3282
3282
  }
3283
3283
  lookAt(e, t, i) {
3284
3284
  e.isVector3 ? MA.copy(e) : MA.set(e, t, i);
3285
3285
  const s = this.parent;
3286
- this.updateWorldMatrix(!0, !1), sp.setFromMatrixPosition(this.matrixWorld), this.isCamera || this.isLight ? za.lookAt(sp, MA, this.up) : za.lookAt(MA, sp, this.up), this.quaternion.setFromRotationMatrix(za), s && (za.extractRotation(s.matrixWorld), Tu.setFromRotationMatrix(za), this.quaternion.premultiply(Tu.invert()));
3286
+ this.updateWorldMatrix(!0, !1), sp.setFromMatrixPosition(this.matrixWorld), this.isCamera || this.isLight ? Na.lookAt(sp, MA, this.up) : Na.lookAt(MA, sp, this.up), this.quaternion.setFromRotationMatrix(Na), s && (Na.extractRotation(s.matrixWorld), Tu.setFromRotationMatrix(Na), this.quaternion.premultiply(Tu.invert()));
3287
3287
  }
3288
3288
  add(e) {
3289
3289
  if (arguments.length > 1) {
@@ -3314,7 +3314,7 @@ class Ie extends On {
3314
3314
  return this.children.length = 0, this;
3315
3315
  }
3316
3316
  attach(e) {
3317
- return this.updateWorldMatrix(!0, !1), za.copy(this.matrixWorld).invert(), e.parent !== null && (e.parent.updateWorldMatrix(!0, !1), za.multiply(e.parent.matrixWorld)), e.applyMatrix4(za), this.add(e), e.updateWorldMatrix(!1, !0), this;
3317
+ return this.updateWorldMatrix(!0, !1), Na.copy(this.matrixWorld).invert(), e.parent !== null && (e.parent.updateWorldMatrix(!0, !1), Na.multiply(e.parent.matrixWorld)), e.applyMatrix4(Na), this.add(e), e.updateWorldMatrix(!1, !0), this;
3318
3318
  }
3319
3319
  getObjectById(e) {
3320
3320
  return this.getObjectByProperty("id", e);
@@ -3472,7 +3472,7 @@ class Ie extends On {
3472
3472
  Ie.DefaultUp = /* @__PURE__ */ new S(0, 1, 0);
3473
3473
  Ie.DefaultMatrixAutoUpdate = !0;
3474
3474
  Ie.DefaultMatrixWorldAutoUpdate = !0;
3475
- const xo = /* @__PURE__ */ new S(), Ga = /* @__PURE__ */ new S(), Y_ = /* @__PURE__ */ new S(), Qa = /* @__PURE__ */ new S(), Pu = /* @__PURE__ */ new S(), Ru = /* @__PURE__ */ new S(), TM = /* @__PURE__ */ new S(), K_ = /* @__PURE__ */ new S(), J_ = /* @__PURE__ */ new S(), Z_ = /* @__PURE__ */ new S();
3475
+ const xo = /* @__PURE__ */ new S(), za = /* @__PURE__ */ new S(), Y_ = /* @__PURE__ */ new S(), Ga = /* @__PURE__ */ new S(), Pu = /* @__PURE__ */ new S(), Ru = /* @__PURE__ */ new S(), TM = /* @__PURE__ */ new S(), K_ = /* @__PURE__ */ new S(), J_ = /* @__PURE__ */ new S(), Z_ = /* @__PURE__ */ new S();
3476
3476
  class Ar {
3477
3477
  constructor(e = new S(), t = new S(), i = new S()) {
3478
3478
  this.a = e, this.b = t, this.c = i;
@@ -3485,21 +3485,21 @@ class Ar {
3485
3485
  // static/instance method to calculate barycentric coordinates
3486
3486
  // based on: http://www.blackpawn.com/texts/pointinpoly/default.html
3487
3487
  static getBarycoord(e, t, i, s, r) {
3488
- xo.subVectors(s, t), Ga.subVectors(i, t), Y_.subVectors(e, t);
3489
- const o = xo.dot(xo), a = xo.dot(Ga), l = xo.dot(Y_), c = Ga.dot(Ga), u = Ga.dot(Y_), d = o * c - a * a;
3488
+ xo.subVectors(s, t), za.subVectors(i, t), Y_.subVectors(e, t);
3489
+ const o = xo.dot(xo), a = xo.dot(za), l = xo.dot(Y_), c = za.dot(za), u = za.dot(Y_), d = o * c - a * a;
3490
3490
  if (d === 0)
3491
3491
  return r.set(-2, -1, -1);
3492
3492
  const f = 1 / d, p = (c * l - a * u) * f, g = (o * u - a * l) * f;
3493
3493
  return r.set(1 - p - g, g, p);
3494
3494
  }
3495
3495
  static containsPoint(e, t, i, s) {
3496
- return this.getBarycoord(e, t, i, s, Qa), Qa.x >= 0 && Qa.y >= 0 && Qa.x + Qa.y <= 1;
3496
+ return this.getBarycoord(e, t, i, s, Ga), Ga.x >= 0 && Ga.y >= 0 && Ga.x + Ga.y <= 1;
3497
3497
  }
3498
3498
  static getUV(e, t, i, s, r, o, a, l) {
3499
- return this.getBarycoord(e, t, i, s, Qa), l.set(0, 0), l.addScaledVector(r, Qa.x), l.addScaledVector(o, Qa.y), l.addScaledVector(a, Qa.z), l;
3499
+ return this.getBarycoord(e, t, i, s, Ga), l.set(0, 0), l.addScaledVector(r, Ga.x), l.addScaledVector(o, Ga.y), l.addScaledVector(a, Ga.z), l;
3500
3500
  }
3501
3501
  static isFrontFacing(e, t, i, s) {
3502
- return xo.subVectors(i, t), Ga.subVectors(e, t), xo.cross(Ga).dot(s) < 0;
3502
+ return xo.subVectors(i, t), za.subVectors(e, t), xo.cross(za).dot(s) < 0;
3503
3503
  }
3504
3504
  set(e, t, i) {
3505
3505
  return this.a.copy(e), this.b.copy(t), this.c.copy(i), this;
@@ -3517,7 +3517,7 @@ class Ar {
3517
3517
  return this.a.copy(e.a), this.b.copy(e.b), this.c.copy(e.c), this;
3518
3518
  }
3519
3519
  getArea() {
3520
- return xo.subVectors(this.c, this.b), Ga.subVectors(this.a, this.b), xo.cross(Ga).length() * 0.5;
3520
+ return xo.subVectors(this.c, this.b), za.subVectors(this.a, this.b), xo.cross(za).length() * 0.5;
3521
3521
  }
3522
3522
  getMidpoint(e) {
3523
3523
  return e.addVectors(this.a, this.b).add(this.c).multiplyScalar(1 / 3);
@@ -11203,8 +11203,8 @@ function hV(n, e, t) {
11203
11203
  setLocked: function(pt) {
11204
11204
  j = pt;
11205
11205
  },
11206
- setClear: function(pt, ri, hn, Fn, La) {
11207
- La === !0 && (pt *= Fn, ri *= Fn, hn *= Fn), X.set(pt, ri, hn, Fn), et.equals(X) === !1 && (n.clearColor(pt, ri, hn, Fn), et.copy(X));
11206
+ setClear: function(pt, ri, hn, Fn, Oa) {
11207
+ Oa === !0 && (pt *= Fn, ri *= Fn, hn *= Fn), X.set(pt, ri, hn, Fn), et.equals(X) === !1 && (n.clearColor(pt, ri, hn, Fn), et.copy(X));
11208
11208
  },
11209
11209
  reset: function() {
11210
11210
  j = !1, Le = null, et.set(-1, 0, 0, 0);
@@ -11265,7 +11265,7 @@ function hV(n, e, t) {
11265
11265
  };
11266
11266
  }
11267
11267
  function o() {
11268
- let j = !1, X = null, Le = null, et = null, pt = null, ri = null, hn = null, Fn = null, La = null;
11268
+ let j = !1, X = null, Le = null, et = null, pt = null, ri = null, hn = null, Fn = null, Oa = null;
11269
11269
  return {
11270
11270
  setTest: function(xi) {
11271
11271
  j || (xi ? Fe(2960) : Be(2960));
@@ -11283,10 +11283,10 @@ function hV(n, e, t) {
11283
11283
  j = xi;
11284
11284
  },
11285
11285
  setClear: function(xi) {
11286
- La !== xi && (n.clearStencil(xi), La = xi);
11286
+ Oa !== xi && (n.clearStencil(xi), Oa = xi);
11287
11287
  },
11288
11288
  reset: function() {
11289
- j = !1, X = null, Le = null, et = null, pt = null, ri = null, hn = null, Fn = null, La = null;
11289
+ j = !1, X = null, Le = null, et = null, pt = null, ri = null, hn = null, Fn = null, Oa = null;
11290
11290
  }
11291
11291
  };
11292
11292
  }
@@ -12889,9 +12889,9 @@ function af(n = {}) {
12889
12889
  }
12890
12890
  function Fn(F, se, ne, te) {
12891
12891
  const Ae = F.opaque, I = F.transmissive, R = F.transparent;
12892
- f.setupLightsView(ne), I.length > 0 && La(Ae, se, ne), te && be.viewport(E.copy(te)), Ae.length > 0 && xi(Ae, se, ne), I.length > 0 && xi(I, se, ne), R.length > 0 && xi(R, se, ne), be.buffers.depth.setTest(!0), be.buffers.depth.setMask(!0), be.buffers.color.setMask(!0), be.setPolygonOffset(!1);
12892
+ f.setupLightsView(ne), I.length > 0 && Oa(Ae, se, ne), te && be.viewport(E.copy(te)), Ae.length > 0 && xi(Ae, se, ne), I.length > 0 && xi(I, se, ne), R.length > 0 && xi(R, se, ne), be.buffers.depth.setTest(!0), be.buffers.depth.setMask(!0), be.buffers.color.setMask(!0), be.setPolygonOffset(!1);
12893
12893
  }
12894
- function La(F, se, ne) {
12894
+ function Oa(F, se, ne) {
12895
12895
  const te = qe.isWebGL2;
12896
12896
  he === null && (he = new si(1, 1, {
12897
12897
  generateMipmaps: !0,
@@ -13811,12 +13811,12 @@ class bV extends Gt {
13811
13811
  super({ width: e, height: t }), this.isFramebufferTexture = !0, this.format = i, this.magFilter = Yt, this.minFilter = Yt, this.generateMipmaps = !1, this.needsUpdate = !0;
13812
13812
  }
13813
13813
  }
13814
- class il extends Gt {
13814
+ class tl extends Gt {
13815
13815
  constructor(e, t, i, s, r, o, a, l, c, u, d, f) {
13816
13816
  super(null, o, a, l, c, u, s, r, d, f), this.isCompressedTexture = !0, this.image = { width: t, height: i }, this.mipmaps = e, this.flipY = !1, this.generateMipmaps = !1;
13817
13817
  }
13818
13818
  }
13819
- class Ok extends il {
13819
+ class Ok extends tl {
13820
13820
  constructor(e, t, i, s, r, o) {
13821
13821
  super(e, t, i, r, o), this.isCompressedArrayTexture = !0, this.image.depth = s, this.wrapR = Vn;
13822
13822
  }
@@ -15209,7 +15209,7 @@ function VV(n, e, t, i) {
15209
15209
  s += (n[o] - n[r]) * (n[r + 1] + n[o + 1]), o = r;
15210
15210
  return s;
15211
15211
  }
15212
- class ya {
15212
+ class va {
15213
15213
  // calculate area of the contour polygon
15214
15214
  static area(e) {
15215
15215
  const t = e.length;
@@ -15219,7 +15219,7 @@ class ya {
15219
15219
  return i * 0.5;
15220
15220
  }
15221
15221
  static isClockWise(e) {
15222
- return ya.area(e) < 0;
15222
+ return va.area(e) < 0;
15223
15223
  }
15224
15224
  static triangulateShape(e, t) {
15225
15225
  const i = [], s = [], r = [];
@@ -15263,14 +15263,14 @@ class wm extends vt {
15263
15263
  const M = a.extractPoints(c);
15264
15264
  let P = M.shape;
15265
15265
  const k = M.holes;
15266
- if (!ya.isClockWise(P)) {
15266
+ if (!va.isClockWise(P)) {
15267
15267
  P = P.reverse();
15268
15268
  for (let pe = 0, fe = k.length; pe < fe; pe++) {
15269
15269
  const ke = k[pe];
15270
- ya.isClockWise(ke) && (k[pe] = ke.reverse());
15270
+ va.isClockWise(ke) && (k[pe] = ke.reverse());
15271
15271
  }
15272
15272
  }
15273
- const z = ya.triangulateShape(P, k), L = P;
15273
+ const z = va.triangulateShape(P, k), L = P;
15274
15274
  for (let pe = 0, fe = k.length; pe < fe; pe++) {
15275
15275
  const ke = k[pe];
15276
15276
  P = P.concat(ke);
@@ -15574,7 +15574,7 @@ class uf extends kl {
15574
15574
  return new uf(e.radius, e.detail);
15575
15575
  }
15576
15576
  }
15577
- class ma extends kl {
15577
+ class ga extends kl {
15578
15578
  constructor(e = 1, t = 0) {
15579
15579
  const i = [
15580
15580
  1,
@@ -15627,7 +15627,7 @@ class ma extends kl {
15627
15627
  };
15628
15628
  }
15629
15629
  static fromJSON(e) {
15630
- return new ma(e.radius, e.detail);
15630
+ return new ga(e.radius, e.detail);
15631
15631
  }
15632
15632
  }
15633
15633
  class df extends vt {
@@ -15681,12 +15681,12 @@ class Cm extends vt {
15681
15681
  const d = s.length / 3, f = u.extractPoints(t);
15682
15682
  let p = f.shape;
15683
15683
  const g = f.holes;
15684
- ya.isClockWise(p) === !1 && (p = p.reverse());
15684
+ va.isClockWise(p) === !1 && (p = p.reverse());
15685
15685
  for (let A = 0, v = g.length; A < v; A++) {
15686
15686
  const _ = g[A];
15687
- ya.isClockWise(_) === !0 && (g[A] = _.reverse());
15687
+ va.isClockWise(_) === !0 && (g[A] = _.reverse());
15688
15688
  }
15689
- const m = ya.triangulateShape(p, g);
15689
+ const m = va.triangulateShape(p, g);
15690
15690
  for (let A = 0, v = g.length; A < v; A++) {
15691
15691
  const _ = g[A];
15692
15692
  p = p.concat(_);
@@ -15958,7 +15958,7 @@ var _T = /* @__PURE__ */ Object.freeze({
15958
15958
  ExtrudeGeometry: wm,
15959
15959
  IcosahedronGeometry: uf,
15960
15960
  LatheGeometry: hf,
15961
- OctahedronGeometry: ma,
15961
+ OctahedronGeometry: ga,
15962
15962
  PlaneGeometry: Xn,
15963
15963
  PolyhedronGeometry: kl,
15964
15964
  RingGeometry: df,
@@ -15991,7 +15991,7 @@ class El extends Dt {
15991
15991
  return super.copy(e), this.defines = { STANDARD: "" }, this.color.copy(e.color), this.roughness = e.roughness, this.metalness = e.metalness, this.map = e.map, this.lightMap = e.lightMap, this.lightMapIntensity = e.lightMapIntensity, this.aoMap = e.aoMap, this.aoMapIntensity = e.aoMapIntensity, this.emissive.copy(e.emissive), this.emissiveMap = e.emissiveMap, this.emissiveIntensity = e.emissiveIntensity, this.bumpMap = e.bumpMap, this.bumpScale = e.bumpScale, this.normalMap = e.normalMap, this.normalMapType = e.normalMapType, this.normalScale.copy(e.normalScale), this.displacementMap = e.displacementMap, this.displacementScale = e.displacementScale, this.displacementBias = e.displacementBias, this.roughnessMap = e.roughnessMap, this.metalnessMap = e.metalnessMap, this.alphaMap = e.alphaMap, this.envMap = e.envMap, this.envMapIntensity = e.envMapIntensity, this.wireframe = e.wireframe, this.wireframeLinewidth = e.wireframeLinewidth, this.wireframeLinecap = e.wireframeLinecap, this.wireframeLinejoin = e.wireframeLinejoin, this.flatShading = e.flatShading, this.fog = e.fog, this;
15992
15992
  }
15993
15993
  }
15994
- class Ea extends El {
15994
+ class Sa extends El {
15995
15995
  constructor(e) {
15996
15996
  super(), this.isMeshPhysicalMaterial = !0, this.defines = {
15997
15997
  STANDARD: "",
@@ -16561,14 +16561,14 @@ class e2 extends ff {
16561
16561
  return r;
16562
16562
  }
16563
16563
  }
16564
- class Ia extends Ir {
16564
+ class Ea extends Ir {
16565
16565
  InterpolantFactoryMethodLinear(e) {
16566
16566
  return new e2(this.times, this.values, this.getValueSize(), e);
16567
16567
  }
16568
16568
  }
16569
- Ia.prototype.ValueTypeName = "quaternion";
16570
- Ia.prototype.DefaultInterpolation = Cl;
16571
- Ia.prototype.InterpolantFactoryMethodSmooth = void 0;
16569
+ Ea.prototype.ValueTypeName = "quaternion";
16570
+ Ea.prototype.DefaultInterpolation = Cl;
16571
+ Ea.prototype.InterpolantFactoryMethodSmooth = void 0;
16572
16572
  class ru extends Ir {
16573
16573
  }
16574
16574
  ru.prototype.ValueTypeName = "string";
@@ -16688,7 +16688,7 @@ class lo {
16688
16688
  "pos",
16689
16689
  s
16690
16690
  ), i(
16691
- Ia,
16691
+ Ea,
16692
16692
  p + ".quaternion",
16693
16693
  f,
16694
16694
  "rot",
@@ -16755,7 +16755,7 @@ function JV(n) {
16755
16755
  case "color":
16756
16756
  return Mm;
16757
16757
  case "quaternion":
16758
- return Ia;
16758
+ return Ea;
16759
16759
  case "bool":
16760
16760
  case "boolean":
16761
16761
  return su;
@@ -16852,7 +16852,7 @@ class xs {
16852
16852
  return this.requestHeader = e, this;
16853
16853
  }
16854
16854
  }
16855
- const Ha = {};
16855
+ const Qa = {};
16856
16856
  class $V extends Error {
16857
16857
  constructor(e, t) {
16858
16858
  super(e), this.response = t;
@@ -16869,15 +16869,15 @@ class Pn extends xs {
16869
16869
  return this.manager.itemStart(e), setTimeout(() => {
16870
16870
  t && t(r), this.manager.itemEnd(e);
16871
16871
  }, 0), r;
16872
- if (Ha[e] !== void 0) {
16873
- Ha[e].push({
16872
+ if (Qa[e] !== void 0) {
16873
+ Qa[e].push({
16874
16874
  onLoad: t,
16875
16875
  onProgress: i,
16876
16876
  onError: s
16877
16877
  });
16878
16878
  return;
16879
16879
  }
16880
- Ha[e] = [], Ha[e].push({
16880
+ Qa[e] = [], Qa[e].push({
16881
16881
  onLoad: t,
16882
16882
  onProgress: i,
16883
16883
  onError: s
@@ -16891,7 +16891,7 @@ class Pn extends xs {
16891
16891
  if (c.status === 200 || c.status === 0) {
16892
16892
  if (c.status === 0 && console.warn("THREE.FileLoader: HTTP Status 0 received."), typeof ReadableStream > "u" || c.body === void 0 || c.body.getReader === void 0)
16893
16893
  return c;
16894
- const u = Ha[e], d = c.body.getReader(), f = c.headers.get("Content-Length") || c.headers.get("X-File-Size"), p = f ? parseInt(f) : 0, g = p !== 0;
16894
+ const u = Qa[e], d = c.body.getReader(), f = c.headers.get("Content-Length") || c.headers.get("X-File-Size"), p = f ? parseInt(f) : 0, g = p !== 0;
16895
16895
  let m = 0;
16896
16896
  const A = new ReadableStream({
16897
16897
  start(v) {
@@ -16936,17 +16936,17 @@ class Pn extends xs {
16936
16936
  }
16937
16937
  }).then((c) => {
16938
16938
  Kh.add(e, c);
16939
- const u = Ha[e];
16940
- delete Ha[e];
16939
+ const u = Qa[e];
16940
+ delete Qa[e];
16941
16941
  for (let d = 0, f = u.length; d < f; d++) {
16942
16942
  const p = u[d];
16943
16943
  p.onLoad && p.onLoad(c);
16944
16944
  }
16945
16945
  }).catch((c) => {
16946
- const u = Ha[e];
16946
+ const u = Qa[e];
16947
16947
  if (u === void 0)
16948
16948
  throw this.manager.itemError(e), c;
16949
- delete Ha[e];
16949
+ delete Qa[e];
16950
16950
  for (let d = 0, f = u.length; d < f; d++) {
16951
16951
  const p = u[d];
16952
16952
  p.onError && p.onError(c);
@@ -16991,7 +16991,7 @@ class t5 extends xs {
16991
16991
  super(e);
16992
16992
  }
16993
16993
  load(e, t, i, s) {
16994
- const r = this, o = [], a = new il(), l = new Pn(this.manager);
16994
+ const r = this, o = [], a = new tl(), l = new Pn(this.manager);
16995
16995
  l.setPath(this.path), l.setResponseType("arraybuffer"), l.setRequestHeader(this.requestHeader), l.setWithCredentials(r.withCredentials);
16996
16996
  let c = 0;
16997
16997
  function u(d) {
@@ -17464,7 +17464,7 @@ class ub extends xs {
17464
17464
  RawShaderMaterial: ob,
17465
17465
  ShaderMaterial: Lt,
17466
17466
  PointsMaterial: ib,
17467
- MeshPhysicalMaterial: Ea,
17467
+ MeshPhysicalMaterial: Sa,
17468
17468
  MeshStandardMaterial: El,
17469
17469
  MeshPhongMaterial: jk,
17470
17470
  MeshToonMaterial: qk,
@@ -17481,7 +17481,7 @@ class ub extends xs {
17481
17481
  return new t[e]();
17482
17482
  }
17483
17483
  }
17484
- class ba {
17484
+ class ya {
17485
17485
  static decodeText(e) {
17486
17486
  if (typeof TextDecoder < "u")
17487
17487
  return new TextDecoder().decode(e);
@@ -17598,7 +17598,7 @@ class o5 extends xs {
17598
17598
  super(e);
17599
17599
  }
17600
17600
  load(e, t, i, s) {
17601
- const r = this, o = this.path === "" ? ba.extractUrlBase(e) : this.path;
17601
+ const r = this, o = this.path === "" ? ya.extractUrlBase(e) : this.path;
17602
17602
  this.resourcePath = this.resourcePath || o;
17603
17603
  const a = new Pn(this.manager);
17604
17604
  a.setPath(this.path), a.setRequestHeader(this.requestHeader), a.setWithCredentials(this.withCredentials), a.load(e, function(l) {
@@ -17618,7 +17618,7 @@ class o5 extends xs {
17618
17618
  }, i, s);
17619
17619
  }
17620
17620
  async loadAsync(e, t) {
17621
- const i = this, s = this.path === "" ? ba.extractUrlBase(e) : this.path;
17621
+ const i = this, s = this.path === "" ? ya.extractUrlBase(e) : this.path;
17622
17622
  this.resourcePath = this.resourcePath || s;
17623
17623
  const r = new Pn(this.manager);
17624
17624
  r.setPath(this.path), r.setRequestHeader(this.requestHeader), r.setWithCredentials(this.withCredentials);
@@ -19663,7 +19663,7 @@ const k5 = /* @__PURE__ */ new S(), LT = /* @__PURE__ */ new ye(), FT = /* @__PU
19663
19663
  class O5 extends Ie {
19664
19664
  constructor(e, t, i) {
19665
19665
  super(), this.light = e, this.matrix = e.matrixWorld, this.matrixAutoUpdate = !1, this.color = i, this.type = "HemisphereLightHelper";
19666
- const s = new ma(t);
19666
+ const s = new ga(t);
19667
19667
  s.rotateY(Math.PI * 0.5), this.material = new vi({ wireframe: !0, fog: !1, toneMapped: !1 }), this.color === void 0 && (this.material.vertexColors = !0);
19668
19668
  const r = s.getAttribute("position"), o = new Float32Array(r.count * 3);
19669
19669
  s.setAttribute("color", new rt(o, 3)), this.add(new me(s, this.material)), this.update();
@@ -19989,7 +19989,7 @@ class N5 {
19989
19989
  }
19990
19990
  return b;
19991
19991
  }
19992
- const s = ya.isClockWise, r = this.subPaths;
19992
+ const s = va.isClockWise, r = this.subPaths;
19993
19993
  if (r.length === 0)
19994
19994
  return [];
19995
19995
  let o, a, l;
@@ -20030,7 +20030,7 @@ class N5 {
20030
20030
  return c;
20031
20031
  }
20032
20032
  }
20033
- const nl = /* @__PURE__ */ z5();
20033
+ const il = /* @__PURE__ */ z5();
20034
20034
  function z5() {
20035
20035
  const n = new ArrayBuffer(4), e = new Float32Array(n), t = new Uint32Array(n), i = new Uint32Array(512), s = new Uint32Array(512);
20036
20036
  for (let l = 0; l < 256; ++l) {
@@ -20065,13 +20065,13 @@ function z5() {
20065
20065
  };
20066
20066
  }
20067
20067
  function G5(n) {
20068
- Math.abs(n) > 65504 && console.warn("THREE.DataUtils.toHalfFloat(): Value out of range."), n = sn(n, -65504, 65504), nl.floatView[0] = n;
20069
- const e = nl.uint32View[0], t = e >> 23 & 511;
20070
- return nl.baseTable[t] + ((e & 8388607) >> nl.shiftTable[t]);
20068
+ Math.abs(n) > 65504 && console.warn("THREE.DataUtils.toHalfFloat(): Value out of range."), n = sn(n, -65504, 65504), il.floatView[0] = n;
20069
+ const e = il.uint32View[0], t = e >> 23 & 511;
20070
+ return il.baseTable[t] + ((e & 8388607) >> il.shiftTable[t]);
20071
20071
  }
20072
20072
  function Q5(n) {
20073
20073
  const e = n >> 10;
20074
- return nl.uint32View[0] = nl.mantissaTable[nl.offsetTable[e] + (n & 1023)] + nl.exponentTable[e], nl.floatView[0];
20074
+ return il.uint32View[0] = il.mantissaTable[il.offsetTable[e] + (n & 1023)] + il.exponentTable[e], il.floatView[0];
20075
20075
  }
20076
20076
  var Oh = /* @__PURE__ */ Object.freeze({
20077
20077
  __proto__: null,
@@ -20141,7 +20141,7 @@ class t8 extends hf {
20141
20141
  console.warn("THREE.LatheBufferGeometry has been renamed to THREE.LatheGeometry."), super(e, t, i, s);
20142
20142
  }
20143
20143
  }
20144
- class i8 extends ma {
20144
+ class i8 extends ga {
20145
20145
  constructor(e, t) {
20146
20146
  console.warn("THREE.OctahedronBufferGeometry has been renamed to THREE.OctahedronGeometry."), super(e, t);
20147
20147
  }
@@ -20252,7 +20252,7 @@ const d8 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
20252
20252
  ColorKeyframeTrack: Mm,
20253
20253
  ColorManagement: fs,
20254
20254
  CompressedArrayTexture: Ok,
20255
- CompressedTexture: il,
20255
+ CompressedTexture: tl,
20256
20256
  CompressedTextureLoader: t5,
20257
20257
  ConeBufferGeometry: K5,
20258
20258
  ConeGeometry: _m,
@@ -20386,7 +20386,7 @@ const d8 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
20386
20386
  LinearSRGBColorSpace: Hd,
20387
20387
  LinearToneMapping: Pg,
20388
20388
  Loader: xs,
20389
- LoaderUtils: ba,
20389
+ LoaderUtils: ya,
20390
20390
  LoadingManager: ab,
20391
20391
  LoopOnce: Rg,
20392
20392
  LoopPingPong: tk,
@@ -20408,7 +20408,7 @@ const d8 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
20408
20408
  MeshMatcapMaterial: Yk,
20409
20409
  MeshNormalMaterial: ME,
20410
20410
  MeshPhongMaterial: jk,
20411
- MeshPhysicalMaterial: Ea,
20411
+ MeshPhysicalMaterial: Sa,
20412
20412
  MeshStandardMaterial: El,
20413
20413
  MeshToonMaterial: qk,
20414
20414
  MinEquation: iC,
@@ -20435,7 +20435,7 @@ const d8 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
20435
20435
  ObjectLoader: o5,
20436
20436
  ObjectSpaceNormalMap: nk,
20437
20437
  OctahedronBufferGeometry: i8,
20438
- OctahedronGeometry: ma,
20438
+ OctahedronGeometry: ga,
20439
20439
  OneFactor: BD,
20440
20440
  OneMinusDstAlphaFactor: LD,
20441
20441
  OneMinusDstColorFactor: UD,
@@ -20464,7 +20464,7 @@ const d8 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
20464
20464
  QuadraticBezierCurve: xE,
20465
20465
  QuadraticBezierCurve3: wE,
20466
20466
  Quaternion: xe,
20467
- QuaternionKeyframeTrack: Ia,
20467
+ QuaternionKeyframeTrack: Ea,
20468
20468
  QuaternionLinearInterpolant: e2,
20469
20469
  REVISION: zc,
20470
20470
  RGBADepthPacking: X0,
@@ -20521,7 +20521,7 @@ const d8 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
20521
20521
  ShapeBufferGeometry: o8,
20522
20522
  ShapeGeometry: Cm,
20523
20523
  ShapePath: N5,
20524
- ShapeUtils: ya,
20524
+ ShapeUtils: va,
20525
20525
  ShortType: WD,
20526
20526
  Skeleton: cf,
20527
20527
  SkeletonHelper: B5,
@@ -20605,7 +20605,7 @@ const d8 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
20605
20605
  _SRGBAFormat: qy,
20606
20606
  sRGBEncoding: bt
20607
20607
  }, Symbol.toStringTag, { value: "Module" }));
20608
- let vl = null, bc = null, Aa = null, bx = !1, GT = null;
20608
+ let vl = null, bc = null, ma = null, bx = !1, GT = null;
20609
20609
  const d2 = "📜", PC = le("console"), f8 = le("noerrors");
20610
20610
  PC && f2();
20611
20611
  if (!f8 && (PC || nr())) {
@@ -20646,10 +20646,10 @@ function g8() {
20646
20646
  QT = n, e && m8();
20647
20647
  }
20648
20648
  function m8() {
20649
- f2(), Aa && (Aa.setAttribute("error", "true"), Aa.innerText = "🤬");
20649
+ f2(), ma && (ma.setAttribute("error", "true"), ma.innerText = "🤬");
20650
20650
  }
20651
20651
  function A8() {
20652
- Aa && (Aa.removeAttribute("error"), Aa.innerText = d2);
20652
+ ma && (ma.removeAttribute("error"), ma.innerText = d2);
20653
20653
  }
20654
20654
  function v8() {
20655
20655
  bc && bc[RC] && bc[RC].appendChild(bc);
@@ -20660,8 +20660,8 @@ function g2(n = !1) {
20660
20660
  bx = !0;
20661
20661
  const e = document.createElement("script");
20662
20662
  e.src = "https://unpkg.com/vconsole@latest/dist/vconsole.min.js", e.onload = () => {
20663
- if (bx = !1, p2(), vl = new window.VConsole(), bc = m2(), bc && (bc[RC] = bc.parentElement), vl.setSwitchPosition(20, 10), Aa = y8(), Aa) {
20664
- Aa.innerText = d2, Aa.addEventListener("click", A8);
20663
+ if (bx = !1, p2(), vl = new window.VConsole(), bc = m2(), bc && (bc[RC] = bc.parentElement), vl.setSwitchPosition(20, 10), ma = y8(), ma) {
20664
+ ma.innerText = d2, ma.addEventListener("click", A8);
20665
20665
  const t = document.createElement("style"), i = 40;
20666
20666
  t.innerHTML = `
20667
20667
  #__vconsole .vc-switch {
@@ -20714,11 +20714,11 @@ function m2() {
20714
20714
  const n = document.querySelector("#__vconsole");
20715
20715
  return n || null;
20716
20716
  }
20717
- function ts(n, e = va.Log) {
20717
+ function ts(n, e = Aa.Log) {
20718
20718
  ll(e, n);
20719
20719
  }
20720
20720
  function Uo(n) {
20721
- ts(n, va.Warn);
20721
+ ts(n, Aa.Warn);
20722
20722
  }
20723
20723
  function Us() {
20724
20724
  return nr();
@@ -20873,7 +20873,7 @@ class E8 {
20873
20873
  return null;
20874
20874
  }
20875
20875
  }
20876
- const Za = le("debugserializer");
20876
+ const Ja = le("debugserializer");
20877
20877
  class I8 {
20878
20878
  constructor() {
20879
20879
  h(this, "typeMap", {});
@@ -20884,7 +20884,7 @@ class I8 {
20884
20884
  return;
20885
20885
  console.warn("Type " + e + " is already registered", t, this.typeMap[e]);
20886
20886
  }
20887
- Za && console.log("Register type serializer for " + e, t), this.typeMap[e] = t;
20887
+ Ja && console.log("Register type serializer for " + e, t), this.typeMap[e] = t;
20888
20888
  }
20889
20889
  getSerializer(e) {
20890
20890
  if (e)
@@ -20895,27 +20895,27 @@ class I8 {
20895
20895
  if (t > 20)
20896
20896
  return;
20897
20897
  if (!e || !e.constructor) {
20898
- Za && console.log("invalid type");
20898
+ Ja && console.log("invalid type");
20899
20899
  return;
20900
20900
  }
20901
20901
  const i = e.name ?? ((l = e.constructor) == null ? void 0 : l.name);
20902
20902
  if (!i) {
20903
- Za && console.log("invalid name", i);
20903
+ Ja && console.log("invalid name", i);
20904
20904
  return;
20905
20905
  }
20906
20906
  const s = this.getSerializer(i);
20907
20907
  if (s !== void 0)
20908
- return Za && console.log("FOUND " + i, e.name, e.constructor.name, s, this.typeMap), s;
20908
+ return Ja && console.log("FOUND " + i, e.name, e.constructor.name, s, this.typeMap), s;
20909
20909
  let r = Object.getPrototypeOf(e);
20910
20910
  if (!(r.prototype || r.constructor)) {
20911
- Za && console.warn("No prototype for " + i, e, e.name, e.prototype, e.constructor.name);
20911
+ Ja && console.warn("No prototype for " + i, e, e.name, e.prototype, e.constructor.name);
20912
20912
  return;
20913
20913
  }
20914
20914
  const a = r.prototype ?? r.constructor;
20915
20915
  if (a !== e) {
20916
20916
  const c = this.getSerializerForConstructor(a, ++t);
20917
20917
  if (c) {
20918
- Za && console.log("FOUND " + a.constructor.name, a.name, a, c);
20918
+ Ja && console.log("FOUND " + a.constructor.name, a.name, a, c);
20919
20919
  const u = a.name ?? a.constructor.name;
20920
20920
  u === "Function" ? console.error("Registering Function is not allowed, something went wrong", e, a, c) : this.register(u, c);
20921
20921
  }
@@ -21019,7 +21019,7 @@ function kC(n, e, t) {
21019
21019
  return u ? OC(a, u, t, void 0, n[s]) : OC(a, l, t, void 0, n[s]);
21020
21020
  };
21021
21021
  const o = i[s], a = e[s];
21022
- if (Za && console.log(s, a, n, o), !(n[s] !== void 0 && a === void 0) && (t.type = void 0, t.path = s, !(n.onBeforeDeserializeMember !== void 0 && n.onBeforeDeserializeMember(s, a, t) === !0))) {
21022
+ if (Ja && console.log(s, a, n, o), !(n[s] !== void 0 && a === void 0) && (t.type = void 0, t.path = s, !(n.onBeforeDeserializeMember !== void 0 && n.onBeforeDeserializeMember(s, a, t) === !0))) {
21023
21023
  if (o === null)
21024
21024
  n[s] = a;
21025
21025
  else {
@@ -21057,7 +21057,7 @@ function R8(n, e, t) {
21057
21057
  const l = e[o];
21058
21058
  if ((t == null ? void 0 : t.getDefinedKey(i, o)) === !1) {
21059
21059
  const c = o.charAt(0).toUpperCase() + o.slice(1);
21060
- t.getDefinedKey(i, c) && (ll(va.Warn, '<strong>Please rename</strong> "' + c + '" to "' + o + '" in ' + i), console.warn('Please use lowercase for field: "' + c + '" in ' + i, l, n));
21060
+ t.getDefinedKey(i, c) && (ll(Aa.Warn, '<strong>Please rename</strong> "' + c + '" to "' + o + '" in ' + i), console.warn('Please use lowercase for field: "' + c + '" in ' + i, l, n));
21061
21061
  continue;
21062
21062
  }
21063
21063
  if (l != null) {
@@ -21065,7 +21065,7 @@ function R8(n, e, t) {
21065
21065
  if (l.could_not_resolve)
21066
21066
  continue;
21067
21067
  if (!(a !== void 0 && Object.keys(a).length > 1)) {
21068
- ll(va.Warn, `<strong>Missing serialization for object reference!</strong>
21068
+ ll(Aa.Warn, `<strong>Missing serialization for object reference!</strong>
21069
21069
 
21070
21070
  Please change to:
21071
21071
  @serializable(Object3D)
@@ -21077,7 +21077,7 @@ in script ${i}.ts
21077
21077
  }
21078
21078
  }
21079
21079
  if (typeof a == "string" && (l.endsWith(".gltf") || l.endsWith(".glb"))) {
21080
- ll(va.Warn, `<strong>Missing serialization for object reference!</strong>
21080
+ ll(Aa.Warn, `<strong>Missing serialization for object reference!</strong>
21081
21081
 
21082
21082
  Please change to:
21083
21083
  @serializable(AssetReference)
@@ -21096,14 +21096,14 @@ function B8(n, e) {
21096
21096
  if (typeof i == "object" && i !== null && i !== void 0) {
21097
21097
  const s = n[t];
21098
21098
  if (!s) {
21099
- Za && console.log(t, "is undefined on", n);
21099
+ Ja && console.log(t, "is undefined on", n);
21100
21100
  continue;
21101
21101
  }
21102
21102
  for (const r of Object.keys(i))
21103
21103
  if (s[r] === void 0 && VT(i[r]) && !VT(s)) {
21104
21104
  const a = D8(s, r);
21105
21105
  if (a && ((a == null ? void 0 : a.writable) === void 0 || (a == null ? void 0 : a.writable) === !1) && a.set === void 0) {
21106
- Za && console.warn('Property is not writable "' + r + '"', s, a, i[r], s[r]);
21106
+ Ja && console.warn('Property is not writable "' + r + '"', s, a, i[r], s[r]);
21107
21107
  continue;
21108
21108
  }
21109
21109
  s[r] = i[r];
@@ -21214,7 +21214,7 @@ class xx {
21214
21214
  this.key = e.key, this.keyType = e.type, this.source = e;
21215
21215
  }
21216
21216
  }
21217
- var $a = /* @__PURE__ */ ((n) => (n.PointerDown = "pointerdown", n.PointerUp = "pointerup", n.PointerMove = "pointermove", n.KeyDown = "keydown", n.KeyUp = "keyup", n.KeyPressed = "keypress", n))($a || {}), L8 = /* @__PURE__ */ ((n) => (n.Mouse = "mouse", n.Touch = "touch", n))(L8 || {});
21217
+ var Za = /* @__PURE__ */ ((n) => (n.PointerDown = "pointerdown", n.PointerUp = "pointerup", n.PointerMove = "pointermove", n.KeyDown = "keydown", n.KeyUp = "keyup", n.KeyPressed = "keypress", n))(Za || {}), L8 = /* @__PURE__ */ ((n) => (n.Mouse = "mouse", n.Touch = "touch", n))(L8 || {});
21218
21218
  class F8 extends EventTarget {
21219
21219
  constructor(t) {
21220
21220
  super();
@@ -21882,7 +21882,7 @@ function Z8(n) {
21882
21882
  return typeof HTMLImageElement < "u" && n instanceof HTMLImageElement || typeof HTMLCanvasElement < "u" && n instanceof HTMLCanvasElement || typeof OffscreenCanvas < "u" && n instanceof OffscreenCanvas || typeof ImageBitmap < "u" && n instanceof ImageBitmap;
21883
21883
  }
21884
21884
  const $8 = le("debugphysics"), KT = new ao();
21885
- class Ma {
21885
+ class Ia {
21886
21886
  constructor() {
21887
21887
  h(this, "ray");
21888
21888
  h(this, "cam");
@@ -21912,7 +21912,7 @@ class Ma {
21912
21912
  t ? t.mask = e : this.layerMask = e;
21913
21913
  }
21914
21914
  }
21915
- h(Ma, "AllLayers", 4294967295);
21915
+ h(Ia, "AllLayers", 4294967295);
21916
21916
  class e6 {
21917
21917
  constructor(e, t, i) {
21918
21918
  h(this, "distance");
@@ -21927,7 +21927,7 @@ class t6 {
21927
21927
  h(this, "engine");
21928
21928
  // raycasting
21929
21929
  h(this, "raycaster", new pf());
21930
- h(this, "defaultRaycastOptions", new Ma());
21930
+ h(this, "defaultRaycastOptions", new Ia());
21931
21931
  h(this, "targetBuffer", new Array(1));
21932
21932
  h(this, "defaultThresholds", {
21933
21933
  Mesh: {},
@@ -22339,13 +22339,13 @@ xb.WebsocketBuilder = l6;
22339
22339
  };
22340
22340
  Object.defineProperty(n, "__esModule", { value: !0 }), t(b2, n), t(Ab, n), t(vb, n), t(yb, n), t(_2, n), t(bb, n), t(_b, n), t(jE, n), t(xb, n);
22341
22341
  })(y2);
22342
- const Cx = 2, ua = 4, sl = 4, wb = 4, uc = new Int32Array(2), ZT = new Float32Array(uc.buffer), $T = new Float64Array(uc.buffer), cv = new Uint16Array(new Uint8Array([1, 0]).buffer)[0] === 1;
22343
- class _a {
22342
+ const Cx = 2, ua = 4, nl = 4, wb = 4, uc = new Int32Array(2), ZT = new Float32Array(uc.buffer), $T = new Float64Array(uc.buffer), cv = new Uint16Array(new Uint8Array([1, 0]).buffer)[0] === 1;
22343
+ class ba {
22344
22344
  constructor(e, t) {
22345
22345
  this.low = e | 0, this.high = t | 0;
22346
22346
  }
22347
22347
  static create(e, t) {
22348
- return e == 0 && t == 0 ? _a.ZERO : new _a(e, t);
22348
+ return e == 0 && t == 0 ? ba.ZERO : new ba(e, t);
22349
22349
  }
22350
22350
  toFloat64() {
22351
22351
  return (this.low >>> 0) + this.high * 4294967296;
@@ -22354,7 +22354,7 @@ class _a {
22354
22354
  return this.low == e.low && this.high == e.high;
22355
22355
  }
22356
22356
  }
22357
- _a.ZERO = new _a(0, 0);
22357
+ ba.ZERO = new ba(0, 0);
22358
22358
  var NC;
22359
22359
  (function(n) {
22360
22360
  n[n.UTF8_BYTES = 1] = "UTF8_BYTES", n[n.UTF16_STRING = 2] = "UTF16_STRING";
@@ -22418,10 +22418,10 @@ class Gg {
22418
22418
  return this.readInt32(e) >>> 0;
22419
22419
  }
22420
22420
  readInt64(e) {
22421
- return new _a(this.readInt32(e), this.readInt32(e + 4));
22421
+ return new ba(this.readInt32(e), this.readInt32(e + 4));
22422
22422
  }
22423
22423
  readUint64(e) {
22424
- return new _a(this.readUint32(e), this.readUint32(e + 4));
22424
+ return new ba(this.readUint32(e), this.readUint32(e + 4));
22425
22425
  }
22426
22426
  readFloat32(e) {
22427
22427
  return uc[0] = this.readInt32(e), ZT[0];
@@ -22465,10 +22465,10 @@ class Gg {
22465
22465
  * start of a the root vtable).
22466
22466
  */
22467
22467
  getBufferIdentifier() {
22468
- if (this.bytes_.length < this.position_ + ua + sl)
22468
+ if (this.bytes_.length < this.position_ + ua + nl)
22469
22469
  throw new Error("FlatBuffers: ByteBuffer is too short to contain an identifier.");
22470
22470
  let e = "";
22471
- for (let t = 0; t < sl; t++)
22471
+ for (let t = 0; t < nl; t++)
22472
22472
  e += String.fromCharCode(this.readInt8(this.position_ + ua + t));
22473
22473
  return e;
22474
22474
  }
@@ -22556,9 +22556,9 @@ class Gg {
22556
22556
  return this.readInt32(e + this.readInt32(e));
22557
22557
  }
22558
22558
  __has_identifier(e) {
22559
- if (e.length != sl)
22560
- throw new Error("FlatBuffers: file identifier must be length " + sl);
22561
- for (let t = 0; t < sl; t++)
22559
+ if (e.length != nl)
22560
+ throw new Error("FlatBuffers: file identifier must be length " + nl);
22561
+ for (let t = 0; t < nl; t++)
22562
22562
  if (e.charCodeAt(t) != this.readInt8(this.position() + ua + t))
22563
22563
  return !1;
22564
22564
  return !0;
@@ -22567,7 +22567,7 @@ class Gg {
22567
22567
  * A helper function to avoid generated code depending on this file directly.
22568
22568
  */
22569
22569
  createLong(e, t) {
22570
- return _a.create(e, t);
22570
+ return ba.create(e, t);
22571
22571
  }
22572
22572
  /**
22573
22573
  * A helper function for generating list for obj api
@@ -22848,9 +22848,9 @@ class mf {
22848
22848
  const s = i ? wb : 0;
22849
22849
  if (t) {
22850
22850
  const r = t;
22851
- if (this.prep(this.minalign, ua + sl + s), r.length != sl)
22852
- throw new Error("FlatBuffers: file identifier must be length " + sl);
22853
- for (let o = sl - 1; o >= 0; o--)
22851
+ if (this.prep(this.minalign, ua + nl + s), r.length != nl)
22852
+ throw new Error("FlatBuffers: file identifier must be length " + nl);
22853
+ for (let o = nl - 1; o >= 0; o--)
22854
22854
  this.writeInt8(r.charCodeAt(o));
22855
22855
  }
22856
22856
  this.prep(this.minalign, ua + s), this.addOffset(e), s && this.addInt32(this.bb.capacity() - this.space), this.bb.setPosition(this.space);
@@ -22944,7 +22944,7 @@ class mf {
22944
22944
  * A helper function to avoid generated code depending on this file directly.
22945
22945
  */
22946
22946
  createLong(e, t) {
22947
- return _a.create(e, t);
22947
+ return ba.create(e, t);
22948
22948
  }
22949
22949
  /**
22950
22950
  * A helper function to pack an object
@@ -25976,7 +25976,7 @@ function I6({ window: n } = {}, e = {
25976
25976
  return s;
25977
25977
  }
25978
25978
  const uP = I6({ window: typeof window > "u" ? void 0 : window });
25979
- function Ta(n, e, t, i) {
25979
+ function Ma(n, e, t, i) {
25980
25980
  Object.defineProperty(n, e, { get: t, set: i, enumerable: !0, configurable: !0 });
25981
25981
  }
25982
25982
  var Ex = (
@@ -26115,7 +26115,7 @@ var Ex = (
26115
26115
  }, n;
26116
26116
  }()
26117
26117
  ), ai = new M6(), aO = {};
26118
- Ta(aO, "Peer", () => wP, (n) => wP = n);
26118
+ Ma(aO, "Peer", () => wP, (n) => wP = n);
26119
26119
  var Pm = {}, T6 = Object.prototype.hasOwnProperty, Ns = "~";
26120
26120
  function Qg() {
26121
26121
  }
@@ -26242,8 +26242,8 @@ _s.prefixed = Ns;
26242
26242
  _s.EventEmitter = _s;
26243
26243
  Pm = _s;
26244
26244
  var it = {};
26245
- Ta(it, "LogLevel", () => Ys, (n) => Ys = n);
26246
- Ta(it, "default", () => fP, (n) => fP = n);
26245
+ Ma(it, "LogLevel", () => Ys, (n) => Ys = n);
26246
+ Ma(it, "default", () => fP, (n) => fP = n);
26247
26247
  var dh = function(n, e) {
26248
26248
  var t = typeof Symbol == "function" && n[Symbol.iterator];
26249
26249
  if (!t)
@@ -26325,7 +26325,7 @@ var B6 = (
26325
26325
  }, n;
26326
26326
  }()
26327
26327
  ), fP = new B6(), cO = {};
26328
- Ta(cO, "Socket", () => pP, (n) => pP = n);
26328
+ Ma(cO, "Socket", () => pP, (n) => pP = n);
26329
26329
  var Po;
26330
26330
  (function(n) {
26331
26331
  n.Data = "data", n.Media = "media";
@@ -26334,10 +26334,10 @@ var en;
26334
26334
  (function(n) {
26335
26335
  n.BrowserIncompatible = "browser-incompatible", n.Disconnected = "disconnected", n.InvalidID = "invalid-id", n.InvalidKey = "invalid-key", n.Network = "network", n.PeerUnavailable = "peer-unavailable", n.SslUnavailable = "ssl-unavailable", n.ServerError = "server-error", n.SocketError = "socket-error", n.SocketClosed = "socket-closed", n.UnavailableID = "unavailable-id", n.WebRTC = "webrtc";
26336
26336
  })(en || (en = {}));
26337
- var Ka;
26337
+ var Ya;
26338
26338
  (function(n) {
26339
26339
  n.Binary = "binary", n.BinaryUTF8 = "binary-utf8", n.JSON = "json";
26340
- })(Ka || (Ka = {}));
26340
+ })(Ya || (Ya = {}));
26341
26341
  var dl;
26342
26342
  (function(n) {
26343
26343
  n.Message = "message", n.Disconnected = "disconnected", n.Error = "error", n.Close = "close";
@@ -26495,9 +26495,9 @@ var D6 = function() {
26495
26495
  }, e;
26496
26496
  }(Pm.EventEmitter)
26497
26497
  ), jC = {};
26498
- Ta(jC, "MediaConnection", () => AP, (n) => AP = n);
26498
+ Ma(jC, "MediaConnection", () => AP, (n) => AP = n);
26499
26499
  var KE = {};
26500
- Ta(KE, "Negotiator", () => gP, (n) => gP = n);
26500
+ Ma(KE, "Negotiator", () => gP, (n) => gP = n);
26501
26501
  var $y = function() {
26502
26502
  return $y = Object.assign || function(n) {
26503
26503
  for (var e, t = 1, i = arguments.length; t < i; t++) {
@@ -26930,7 +26930,7 @@ var $y = function() {
26930
26930
  }, n;
26931
26931
  }()
26932
26932
  ), JE = {};
26933
- Ta(JE, "BaseConnection", () => mP, (n) => mP = n);
26933
+ Ma(JE, "BaseConnection", () => mP, (n) => mP = n);
26934
26934
  var F6 = function() {
26935
26935
  var n = function(e, t) {
26936
26936
  return n = Object.setPrototypeOf || {
@@ -27087,9 +27087,9 @@ var F6 = function() {
27087
27087
  }, e.ID_PREFIX = "mc_", e;
27088
27088
  }(JE.BaseConnection)
27089
27089
  ), qC = {};
27090
- Ta(qC, "DataConnection", () => yP, (n) => yP = n);
27090
+ Ma(qC, "DataConnection", () => yP, (n) => yP = n);
27091
27091
  var hO = {};
27092
- Ta(hO, "EncodingQueue", () => vP, (n) => vP = n);
27092
+ Ma(hO, "EncodingQueue", () => vP, (n) => vP = n);
27093
27093
  var z6 = function() {
27094
27094
  var n = function(e, t) {
27095
27095
  return n = Object.setPrototypeOf || {
@@ -27188,7 +27188,7 @@ var z6 = function() {
27188
27188
  G6(e, n);
27189
27189
  function e(t, i, s) {
27190
27190
  var r = n.call(this, t, i, s) || this;
27191
- return r.stringify = JSON.stringify, r.parse = JSON.parse, r._buffer = [], r._bufferSize = 0, r._buffering = !1, r._chunkedData = {}, r._encodingQueue = new hO.EncodingQueue(), r.connectionId = r.options.connectionId || e.ID_PREFIX + ai.randomToken(), r.label = r.options.label || r.connectionId, r.serialization = r.options.serialization || Ka.Binary, r.reliable = !!r.options.reliable, r._encodingQueue.on("done", function(o) {
27191
+ return r.stringify = JSON.stringify, r.parse = JSON.parse, r._buffer = [], r._bufferSize = 0, r._buffering = !1, r._chunkedData = {}, r._encodingQueue = new hO.EncodingQueue(), r.connectionId = r.options.connectionId || e.ID_PREFIX + ai.randomToken(), r.label = r.options.label || r.connectionId, r.serialization = r.options.serialization || Ya.Binary, r.reliable = !!r.options.reliable, r._encodingQueue.on("done", function(o) {
27192
27192
  r._bufferedSend(o);
27193
27193
  }), r._encodingQueue.on("error", function() {
27194
27194
  it.default.error("DC#".concat(r.connectionId, ": Error occured in encoding from blob to arraybuffer, close DC")), r.close();
@@ -27226,7 +27226,7 @@ var z6 = function() {
27226
27226
  it.default.log("DC#".concat(t.connectionId, " dc closed for:"), t.peer), t.close();
27227
27227
  };
27228
27228
  }, e.prototype._handleDataMessage = function(t) {
27229
- var i = this, s = t.data, r = s.constructor, o = this.serialization === Ka.Binary || this.serialization === Ka.BinaryUTF8, a = s;
27229
+ var i = this, s = t.data, r = s.constructor, o = this.serialization === Ya.Binary || this.serialization === Ya.BinaryUTF8, a = s;
27230
27230
  if (o) {
27231
27231
  if (r === Blob) {
27232
27232
  ai.blobToArrayBuffer(s, function(c) {
@@ -27241,7 +27241,7 @@ var z6 = function() {
27241
27241
  a = ai.unpack(l);
27242
27242
  }
27243
27243
  } else
27244
- this.serialization === Ka.JSON && (a = this.parse(s));
27244
+ this.serialization === Ya.JSON && (a = this.parse(s));
27245
27245
  if (a.__peerData) {
27246
27246
  this._handleChunk(a);
27247
27247
  return;
@@ -27267,9 +27267,9 @@ var z6 = function() {
27267
27267
  n.prototype.emit.call(this, "error", new Error("Connection is not open. You should listen for the `open` event before sending messages."));
27268
27268
  return;
27269
27269
  }
27270
- if (this.serialization === Ka.JSON)
27270
+ if (this.serialization === Ya.JSON)
27271
27271
  this._bufferedSend(this.stringify(t));
27272
- else if (this.serialization === Ka.Binary || this.serialization === Ka.BinaryUTF8) {
27272
+ else if (this.serialization === Ya.Binary || this.serialization === Ya.BinaryUTF8) {
27273
27273
  var s = ai.pack(t);
27274
27274
  if (!i && s.size > ai.chunkedMTU) {
27275
27275
  this._sendChunks(s);
@@ -27335,7 +27335,7 @@ var z6 = function() {
27335
27335
  }, e.ID_PREFIX = "dc_", e.MAX_BUFFERED_AMOUNT = 8388608, e;
27336
27336
  }(JE.BaseConnection)
27337
27337
  ), uO = {};
27338
- Ta(uO, "API", () => xP, (n) => xP = n);
27338
+ Ma(uO, "API", () => xP, (n) => xP = n);
27339
27339
  var bP = function(n, e, t, i) {
27340
27340
  function s(r) {
27341
27341
  return r instanceof t ? r : new t(function(o) {
@@ -28753,7 +28753,7 @@ function x9(n) {
28753
28753
  const e = n.gameObject.userData.components.indexOf(n);
28754
28754
  n.gameObject.userData.components.splice(e, 1);
28755
28755
  }
28756
- n.__internalDisable && n.__internalDisable(), n.onDestroy && n.onDestroy(), rl(n, n.context ?? At.Current), n.__internalDestroy(), n.gameObject = null;
28756
+ n.__internalDisable && n.__internalDisable(), n.onDestroy && n.onDestroy(), sl(n, n.context ?? At.Current), n.__internalDestroy(), n.gameObject = null;
28757
28757
  }
28758
28758
  let MP = !1;
28759
28759
  function _O(n, e, t) {
@@ -29377,13 +29377,13 @@ function s0(n) {
29377
29377
  }
29378
29378
  t.context = n, tg(t.gameObject), r1(t, n);
29379
29379
  } catch (t) {
29380
- console.error(t), rl(Ui[e], n), Ui.splice(e, 1), e--;
29380
+ console.error(t), sl(Ui[e], n), Ui.splice(e, 1), e--;
29381
29381
  }
29382
29382
  for (let e = 0; e < Ui.length; e++)
29383
29383
  try {
29384
29384
  const t = Ui[e];
29385
29385
  if (t.destroyed) {
29386
- rl(Ui[e], n), Ui.splice(e, 1), e--;
29386
+ sl(Ui[e], n), Ui.splice(e, 1), e--;
29387
29387
  continue;
29388
29388
  }
29389
29389
  if (t.registering)
@@ -29394,7 +29394,7 @@ function s0(n) {
29394
29394
  }
29395
29395
  t.__internalAwake !== void 0 && (t.gameObject || console.error("MISSING GAMEOBJECT", t, t.gameObject), tg(t.gameObject), t.activeAndEnabled && Pd(t.__internalAwake.bind(t)));
29396
29396
  } catch (t) {
29397
- console.error(t), rl(Ui[e], n), Ui.splice(e, 1), e--;
29397
+ console.error(t), sl(Ui[e], n), Ui.splice(e, 1), e--;
29398
29398
  }
29399
29399
  for (let e = 0; e < Ui.length; e++)
29400
29400
  try {
@@ -29403,7 +29403,7 @@ function s0(n) {
29403
29403
  continue;
29404
29404
  t.__internalEnable !== void 0 && (t.enabled = !0, Pd(t.__internalEnable.bind(t)));
29405
29405
  } catch (t) {
29406
- console.error(t), rl(Ui[e], n), Ui.splice(e, 1), e--;
29406
+ console.error(t), sl(Ui[e], n), Ui.splice(e, 1), e--;
29407
29407
  }
29408
29408
  for (let e = 0; e < Ui.length; e++)
29409
29409
  try {
@@ -29412,7 +29412,7 @@ function s0(n) {
29412
29412
  continue;
29413
29413
  n.new_script_start.push(t);
29414
29414
  } catch (t) {
29415
- console.error(t), rl(Ui[e], n), Ui.splice(e, 1), e--;
29415
+ console.error(t), sl(Ui[e], n), Ui.splice(e, 1), e--;
29416
29416
  }
29417
29417
  Ui.length = 0;
29418
29418
  for (const e of n.new_scripts_post_setup_callbacks)
@@ -29421,7 +29421,7 @@ function s0(n) {
29421
29421
  }
29422
29422
  }
29423
29423
  function V9(n) {
29424
- n && (n.__internalDisable(!0), rl(n, n.context));
29424
+ n && (n.__internalDisable(!0), sl(n, n.context));
29425
29425
  }
29426
29426
  function kO(n, e) {
29427
29427
  for (let t = 0; t < n.new_script_start.length; t++)
@@ -29431,16 +29431,16 @@ function kO(n, e) {
29431
29431
  continue;
29432
29432
  Pd(i.__internalAwake.bind(i)), i.enabled && (Pd(i.__internalEnable.bind(i)), Pd(i.__internalStart.bind(i)), n.new_script_start.splice(t, 1), t--);
29433
29433
  } catch (i) {
29434
- console.error(i), rl(n.new_script_start[t], n), n.new_script_start.splice(t, 1), t--;
29434
+ console.error(i), sl(n.new_script_start[t], n), n.new_script_start.splice(t, 1), t--;
29435
29435
  }
29436
29436
  }
29437
29437
  function r1(n, e) {
29438
29438
  e.scripts.indexOf(n) === -1 && (e.scripts.push(n), n.earlyUpdate && e.scripts_earlyUpdate.push(n), n.update && e.scripts_update.push(n), n.lateUpdate && e.scripts_lateUpdate.push(n), n.onBeforeRender && e.scripts_onBeforeRender.push(n), n.onAfterRender && e.scripts_onAfterRender.push(n), n.onPausedChanged && e.scripts_pausedChanged.push(n));
29439
29439
  }
29440
- function rl(n, e) {
29441
- Va(n, e.new_scripts), Va(n, e.new_script_start), Va(n, e.scripts), Va(n, e.scripts_earlyUpdate), Va(n, e.scripts_update), Va(n, e.scripts_lateUpdate), Va(n, e.scripts_onBeforeRender), Va(n, e.scripts_onAfterRender), Va(n, e.scripts_pausedChanged), e.stopAllCoroutinesFrom(n);
29440
+ function sl(n, e) {
29441
+ Ha(n, e.new_scripts), Ha(n, e.new_script_start), Ha(n, e.scripts), Ha(n, e.scripts_earlyUpdate), Ha(n, e.scripts_update), Ha(n, e.scripts_lateUpdate), Ha(n, e.scripts_onBeforeRender), Ha(n, e.scripts_onAfterRender), Ha(n, e.scripts_pausedChanged), e.stopAllCoroutinesFrom(n);
29442
29442
  }
29443
- function Va(n, e) {
29443
+ function Ha(n, e) {
29444
29444
  const t = e.indexOf(n);
29445
29445
  t >= 0 && e.splice(t, 1);
29446
29446
  }
@@ -37671,7 +37671,7 @@ async function s7(n, e) {
37671
37671
  return l;
37672
37672
  }
37673
37673
  let rL, WP = null;
37674
- function xa() {
37674
+ function _a() {
37675
37675
  return rL;
37676
37676
  }
37677
37677
  function oL(n) {
@@ -37771,7 +37771,7 @@ const Dx = Symbol("assetReference"), Sd = class {
37771
37771
  if (e && this._progressListeners.push(e), this._loading !== void 0)
37772
37772
  return this._loading;
37773
37773
  const t = At.Current;
37774
- this._rawBinary ? (this._loading = xa().parseSync(t, this._rawBinary, this.uri, null), this.raiseProgressEvent(new ProgressEvent("progress", { loaded: this._rawBinary.byteLength, total: this._rawBinary.byteLength }))) : (tc && console.log("Load async", this.uri), this._loading = xa().loadSync(t, this._hashedUri, this.uri, null, (s) => {
37774
+ this._rawBinary ? (this._loading = _a().parseSync(t, this._rawBinary, this.uri, null), this.raiseProgressEvent(new ProgressEvent("progress", { loaded: this._rawBinary.byteLength, total: this._rawBinary.byteLength }))) : (tc && console.log("Load async", this.uri), this._loading = _a().loadSync(t, this._hashedUri, this.uri, null, (s) => {
37775
37775
  this.raiseProgressEvent(s);
37776
37776
  }));
37777
37777
  const i = await this._loading;
@@ -38705,7 +38705,7 @@ class At {
38705
38705
  try {
38706
38706
  this.internalRender(e, t);
38707
38707
  } catch (i) {
38708
- (Us() || mv) && i instanceof Error && ts("Exception during render-loop.<br/>See console for details.", va.Error), console.error(i), console.warn("Stopping render loop due to error"), this.renderer.setAnimationLoop(null), this.domElement.dispatchEvent(new CustomEvent("error", { detail: i }));
38708
+ (Us() || mv) && i instanceof Error && ts("Exception during render-loop.<br/>See console for details.", Aa.Error), console.error(i), console.warn("Stopping render loop due to error"), this.renderer.setAnimationLoop(null), this.domElement.dispatchEvent(new CustomEvent("error", { detail: i }));
38709
38709
  }
38710
38710
  else
38711
38711
  this.internalRender(e, t);
@@ -40056,24 +40056,24 @@ function V7(n) {
40056
40056
  const M = u + v._offset, P = M + b, k = P + C, G = k + E, z = new Uint8Array(n.buffer, n.byteOffset + M, b), L = new Uint8Array(n.buffer, n.byteOffset + P, C), H = new Uint8Array(n.buffer, n.byteOffset + k, E), Z = new Uint8Array(n.buffer, n.byteOffset + G, T);
40057
40057
  return t.globalData = { endpointCount: _, selectorCount: y, imageDescs: x, endpointsData: z, selectorsData: L, tablesData: H, extendedData: Z }, t;
40058
40058
  }
40059
- let Lx, Wa, tS;
40059
+ let Lx, Va, tS;
40060
40060
  const Fx = { env: { emscripten_notify_memory_growth: function(n) {
40061
- tS = new Uint8Array(Wa.exports.memory.buffer);
40061
+ tS = new Uint8Array(Va.exports.memory.buffer);
40062
40062
  } } };
40063
40063
  class W7 {
40064
40064
  init() {
40065
40065
  return Lx || (Lx = typeof fetch < "u" ? fetch("data:application/wasm;base64," + ZP).then((e) => e.arrayBuffer()).then((e) => WebAssembly.instantiate(e, Fx)).then(this._init) : WebAssembly.instantiate(Buffer.from(ZP, "base64"), Fx).then(this._init), Lx);
40066
40066
  }
40067
40067
  _init(e) {
40068
- Wa = e.instance, Fx.env.emscripten_notify_memory_growth(0);
40068
+ Va = e.instance, Fx.env.emscripten_notify_memory_growth(0);
40069
40069
  }
40070
40070
  decode(e, t = 0) {
40071
- if (!Wa)
40071
+ if (!Va)
40072
40072
  throw new Error("ZSTDDecoder: Await .init() before decoding.");
40073
- const i = e.byteLength, s = Wa.exports.malloc(i);
40074
- tS.set(e, s), t = t || Number(Wa.exports.ZSTD_findDecompressedSize(s, i));
40075
- const r = Wa.exports.malloc(t), o = Wa.exports.ZSTD_decompress(r, t, s, i), a = tS.slice(r, r + o);
40076
- return Wa.exports.free(s), Wa.exports.free(r), a;
40073
+ const i = e.byteLength, s = Va.exports.malloc(i);
40074
+ tS.set(e, s), t = t || Number(Va.exports.ZSTD_findDecompressedSize(s, i));
40075
+ const r = Va.exports.malloc(t), o = Va.exports.ZSTD_decompress(r, t, s, i), a = tS.slice(r, r + o);
40076
+ return Va.exports.free(s), Va.exports.free(r), a;
40077
40077
  }
40078
40078
  }
40079
40079
  const ZP = "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IAMNACAEQQNxBEADQCACRQ0FIAAgAkF/aiICaiIDIAEgAmotAAA6AAAgA0EDcQ0ACwsgAkEDTQ0AA0AgACACQXxqIgJqIAEgAmooAgA2AgAgAkEDSw0ACwsgAkUNAgNAIAAgAkF/aiICaiABIAJqLQAAOgAAIAINAAsMAgsgAkEDTQ0AIAIhBANAIAMgASgCADYCACABQQRqIQEgA0EEaiEDIARBfGoiBEEDSw0ACyACQQNxIQILIAJFDQADQCADIAEtAAA6AAAgA0EBaiEDIAFBAWohASACQX9qIgINAAsLIAAL8wICAn8BfgJAIAJFDQAgACACaiIDQX9qIAE6AAAgACABOgAAIAJBA0kNACADQX5qIAE6AAAgACABOgABIANBfWogAToAACAAIAE6AAIgAkEHSQ0AIANBfGogAToAACAAIAE6AAMgAkEJSQ0AIABBACAAa0EDcSIEaiIDIAFB/wFxQYGChAhsIgE2AgAgAyACIARrQXxxIgRqIgJBfGogATYCACAEQQlJDQAgAyABNgIIIAMgATYCBCACQXhqIAE2AgAgAkF0aiABNgIAIARBGUkNACADIAE2AhggAyABNgIUIAMgATYCECADIAE2AgwgAkFwaiABNgIAIAJBbGogATYCACACQWhqIAE2AgAgAkFkaiABNgIAIAQgA0EEcUEYciIEayICQSBJDQAgAa0iBUIghiAFhCEFIAMgBGohAQNAIAEgBTcDGCABIAU3AxAgASAFNwMIIAEgBTcDACABQSBqIQEgAkFgaiICQR9LDQALCyAACy8BAn8gACgCBCAAKAIAQQJ0aiICLQACIQMgACACLwEAIAEgAi0AAxAIajYCACADCy8BAn8gACgCBCAAKAIAQQJ0aiICLQACIQMgACACLwEAIAEgAi0AAxAFajYCACADCx8AIAAgASACKAIEEAg2AgAgARAEGiAAIAJBCGo2AgQLCAAgAGdBH3MLugUBDX8jAEEQayIKJAACfyAEQQNNBEAgCkEANgIMIApBDGogAyAEEAsaIAAgASACIApBDGpBBBAVIgBBbCAAEAMbIAAgACAESxsMAQsgAEEAIAEoAgBBAXRBAmoQECENQVQgAygAACIGQQ9xIgBBCksNABogAiAAQQVqNgIAIAMgBGoiAkF8aiEMIAJBeWohDiACQXtqIRAgAEEGaiELQQQh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ASIDNgLE4AEgACgCvOABIQQgACABNgK84AEgACABIAJqNgK44AEgACABIAQgA2tqNgLA4AELpgEBAX8gACAAKALs4QEQFjYCyOABIABCADcD+OABIABCADcDuOABIABBwOABakIANwMAIABBqNAAaiIBQYyAgOAANgIAIABBADYCmOIBIABCADcDiOEBIABCAzcDgOEBIABBrNABakHgEikCADcCACAAQbTQAWpB6BIoAgA2AgAgACABNgIMIAAgAEGYIGo2AgggACAAQaAwajYCBCAAIABBEGo2AgALYQEBf0G4fyEDAkAgAUEDSQ0AIAIgABAhIgFBA3YiADYCCCACIAFBAXE2AgQgAiABQQF2QQNxIgM2AgACQCADQX9qIgFBAksNAAJAIAFBAWsOAgEAAgtBbA8LIAAhAwsgAwsMACAAIAEgAkEAEC4LiAQCA38CfiADEBYhBCAAQQBBKBAQIQAgBCACSwRAIAQPCyABRQRAQX8PCwJAAkAgA0EBRg0AIAEoAAAiBkGo6r5pRg0AQXYhAyAGQXBxQdDUtMIBRw0BQQghAyACQQhJDQEgAEEAQSgQECEAIAEoAAQhASAAQQE2AhQgACABrTcDAEEADwsgASACIAMQLyIDIAJLDQAgACADNgIYQXIhAyABIARqIgVBf2otAAAiAkEIcQ0AIAJBIHEiBkUEQEFwIQMgBS0AACIFQacBSw0BIAVBB3GtQgEgBUEDdkEKaq2GIgdCA4h+IAd8IQggBEEBaiEECyACQQZ2IQMgAkECdiEFAkAgAkEDcUF/aiICQQJLBEBBACECDAELAkACQAJAIAJBAWsOAgECAAsgASAEai0AACECIARBAWohBAwCCyABIARqLwAAIQIgBEECaiEEDAELIAEgBGooAAAhAiAEQQRqIQQLIAVBAXEhBQJ+AkACQAJAIANBf2oiA0ECTQRAIANBAWsOAgIDAQtCfyAGRQ0DGiABIARqMQAADAMLIAEgBGovAACtQoACfAwCCyABIARqKAAArQwBCyABIARqKQAACyEHIAAgBTYCICAAIAI2AhwgACAHNwMAQQAhAyAAQQA2AhQgACAHIAggBhsiBzcDCCAAIAdCgIAIIAdCgIAIVBs+AhALIAMLWwEBf0G4fyEDIAIQFiICIAFNBH8gACACakF/ai0AACIAQQNxQQJ0QaAeaigC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C0Egak8NAQsgByAHKQNoNwMQIAcgBykDYDcDCCAEIA0gB0EIaiAHQdwAaiAPIA4gESAQEB4hCwwBCyACIARqIQggBCAKEAcgAkERTwRAIARBEGohAgNAIAIgCkEQaiIKEAcgAkEQaiICIAhJDQALCyAIIAlrIQIgByATNgJcIAkgCCAOa0sEQCAJIAggEWtLBEBBbCELDAILIBAgAiAOayICaiIKIANqIBBNBEAgCCAKIAMQDxoMAgsgCCAKQQAgAmsQDyEIIAcgAiADaiIDNgJkIAggAmshCCAOIQILIAlBEE8EQCADIAhqIQMDQCAIIAIQByACQRBqIQIgCEEQaiIIIANJDQALDAELAkAgCUEHTQRAIAggAi0AADoAACAIIAItAAE6AAEgCCACLQACOgACIAggAi0AAzoAAyAIQQRqIAIgCUECdCIDQcAeaigCAGoiAhAXIAIgA0HgHmooAgBrIQIgBygCZCEDDAELIAggAhAMCyADQQlJDQAgAyAIaiEDIAhBCGoiCCACQQhqIgJrQQ9MBEADQCAIIAIQDCACQQhqIQIgCEEIaiIIIANJDQAMAgALAAsDQCAIIAIQByACQRBqIQIgCEEQaiIIIANJDQALCyAHQRhqEAQaIAsgDCALEAMiAhshDCAEIAQgC2ogAhshBCAFQX9qIgUNAAsgDBADDQFBbCEMIAdBGGoQBEECSQ0BQQAhCANAIAhBA0cEQCAAIAhBAnQiAmpBrNABaiACIAdqKAJENgIAIAhBAWohCAwBCwsgBygCXCEIC0G6fyEMIA8gCGsiACANIARrSw0AIAQEfyAEIAggABALIABqBUEACyABayEMCyAHQfAAaiQAIAwLkRcCFn8FfiMAQdABayIHJAAgByAAKALw4QEiCDYCvAEgASACaiESIAggACgCgOIBaiETAkACQCAFRQRAIAEhAwwBCyAAKALE4AEhESAAKALA4AEhFSAAKAK84AEhDyAAQQE2AozhAUEAIQgDQCAIQQNHBEAgByAIQQJ0IgJqIAAgAmpBrNABaigCADYCVCAIQQFqIQgMAQsLIAcgETYCZCAHIA82AmAgByABIA9rNgJoQWwhECAHQShqIAMgBBAGEAMNASAFQQQgBUEESBshFyAHQTxqIAdBKGogACgCABATIAdBxABqIAdBKGogACgCCBATIAdBzABqIAdB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IAdB0AFqJAAgEAslACAAQgA3AgAgAEEAOwEIIABBADoACyAAIAE2AgwgACACOgAKC7QFAQN/IwBBMGsiBCQAIABB/wFqIgVBfWohBgJAIAMvAQIEQCAEQRhqIAEgAhAGIgIQAw0BIARBEGogBEEYaiADEBwgBEEIaiAEQRhqIAMQHCAAIQMDQAJAIARBGGoQBCADIAZPckUEQCADIARBEGogBEEYahASOgAAIAMgBEEIaiAEQRhqEBI6AAEgBEEYahAERQ0BIANBAmohAwsgBUF+aiEFAn8DQEG6fyECIAMiASAFSw0FIAEgBEEQaiAEQRhqEBI6AAAgAUEBaiEDIARBGGoQBEEDRgRAQQIhAiAEQQhqDAILIAMgBUsNBSABIARBCGogBEEYahASOgABIAFBAmohA0EDIQIgBEEYahAEQQNHDQALIARBEGoLIQUgAyAFIARBGGoQEjoAACABIAJqIABrIQIMAwsgAyAEQRBqIARBGGoQEjoAAiADIARBCGogBEEYahASOgADIANBBGohAwwAAAsACyAEQRhqIAEgAhAGIgIQAw0AIARBEGogBEEYaiADEBwgBEEIaiAEQRhqIAMQHCAAIQMDQAJAIARBGGoQBCADIAZPckUEQCADIARBEGogBEEYahAROgAAIAMgBEEIaiAEQRhqEBE6AAEgBEEYahAERQ0BIANBAmohAwsgBUF+aiEFAn8DQEG6fyECIAMiASAFSw0EIAEgBEEQaiAEQRhqEBE6AAAgAUEBaiEDIARBGGoQBEEDRgRAQQIhAiAEQQhqDAILIAMgBUsNBCABIARBCGogBEEYahAROgABIAFBAmohA0EDIQIgBEEYahAEQQNHDQALIARBEGoLIQUgAyAFIARBGGoQEToAACABIAJqIABrIQIMAgsgAyAEQRBqIARBGGoQEToAAiADIARBCGogBEEYahAROgADIANBBGohAwwAAAsACyAEQTBqJAAgAgtpAQF/An8CQAJAIAJBB00NACABKAAAQbfIwuF+Rw0AIAAgASgABDYCmOIBQWIgAEEQaiABIAIQPiIDEAMNAhogAEKBgICAEDcDiOEBIAAgASADaiACIANrECoMAQsgACABIAIQKgtBAAsLrQMBBn8jAEGAAWsiAyQAQWIhCAJAIAJBCUkNACAAQZjQAGogAUEIaiIEIAJBeGogAEGY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wOABCwutAgIEfwF+IwBBQGoiBCQAAkACQCACQQhJDQAgASgAAEFwcUHQ1LTCAUcNACABIAIQIiEBIABCADcDCCAAQQA2AgQgACABNgIADAELIARBGGogASACEC0iAxADBEAgACADEBoMAQsgAwRAIABBuH8QGgwBCyACIAQoAjAiA2shAiABIANqIQMDQAJAIAAgAyACIARBCGoQLCIFEAMEfyAFBSACIAVBA2oiBU8NAUG4fwsQGgwCCyAGQQFqIQYgAiAFayECIAMgBWohAyAEKAIMRQ0ACyAEKAI4BEAgAkEDTQRAIABBuH8QGgwCCyADQQRqIQMLIAQoAighAiAEKQMYIQcgAEEANgIEIAAgAyABazYCACAAIAIgBmytIAcgB0J/URs3AwgLIARBQGskAAslAQF/IwBBEGsiAiQAIAIgACABEFEgAigCACEAIAJBEGokACAAC30BBH8jAEGQBGsiBCQAIARB/wE2AggCQCAEQRBqIARBCGogBEEMaiABIAIQFSIGEAMEQCAGIQUMAQtBVCEFIAQoAgwiB0EGSw0AIAMgBEEQaiAEKAIIIAcQQSIFEAMNACAAIAEgBmogAiAGayADEDwhBQsgBEGQBGokACAFC4cBAgJ/An5BABAWIQMCQANAIAEgA08EQAJAIAAoAABBcHFB0NS0wgFGBEAgACABECIiAhADRQ0BQn4PCyAAIAEQVSIEQn1WDQMgBCAFfCIFIARUIQJCfiEEIAINAyAAIAEQUiICEAMNAwsgASACayEBIAAgAmohAAwBCwtCfiAFIAEbIQQLIAQLPwIBfwF+IwBBMGsiAiQAAn5CfiACQQhqIAAgARAtDQAaQgAgAigCHEEBRg0AGiACKQMICyEDIAJBMGokACADC40BAQJ/IwBBMGsiASQAAkAgAEUNACAAKAKI4gENACABIABB/OEBaigCADYCKCABIAApAvThATcDICAAEDAgACgCqOIBIQIgASABKAIoNgIYIAEgASkDIDcDECACIAFBEGoQGyAAQQA2AqjiASABIAEoAig2AgggASABKQMgNwMAIAAgARAbCyABQTBqJAALKgECfyMAQRBrIgAkACAAQQA2AgggAEIANwMAIAAQWCEBIABBEGokACABC4cBAQN/IwBBEGsiAiQAAkAgACgCAEUgACgCBEVzDQAgAiAAKAIINgIIIAIgACkCADcDAAJ/IAIoAgAiAQRAIAIoAghBqOMJIAERBQAMAQtBqOMJECgLIgFFDQAgASAAKQIANwL04QEgAUH84QFqIAAoAgg2AgAgARBZIAEhAwsgAkEQaiQAIAMLywEBAn8jAEEgayIBJAAgAEGBgIDAADYCtOIBIABBADYCiOIBIABBADYC7OEBIABCADcDkOIBIABBADYCpOMJIABBADYC3OIBIABCADcCzOIBIABBADYCvOIBIABBADYCxOABIABCADcCnOIBIABBpOIBakIANwIAIABBrOIBakEANgIAIAFCADcCECABQgA3AhggASABKQMYNwMIIAEgASkDEDcDACABKAIIQQh2QQFxIQIgAEEANgLg4gEgACACNgKM4gEgAUEgaiQAC3YBA38jAEEwayIBJAAgAARAIAEgAEHE0AFqIgIoAgA2AiggASAAKQK80AE3AyAgACgCACEDIAEgAigCADYCGCABIAApArzQATcDECADIAFBEGoQGyABIAEoAig2AgggASABKQMgNwMAIAAgARAbCyABQTBqJAALzAEBAX8gACABKAK00AE2ApjiASAAIAEoAgQiAjYCwOABIAAgAjYCvOABIAAgAiABKAIIaiICNgK44AEgACACNgLE4AEgASgCuNABBEAgAEKBgICAEDcDiOEBIAAgAUGk0ABqNgIMIAAgAUGUIGo2AgggACABQZwwajYCBCAAIAFBDGo2AgAgAEGs0AFqIAFBqNABaigCADYCACAAQbDQAWogAUGs0AFqKAIANgIAIABBtNABaiABQbDQAWooAgA2AgAPCyAAQgA3A4jhAQs7ACACRQRAQbp/DwsgBEUEQEFsDwsgAiAEEGAEQCAAIAEgAiADIAQgBRBhDwsgACABIAIgAyAEIAUQZQtGAQF/IwBBEGsiBSQAIAVBCGogBBAOAn8gBS0ACQRAIAAgASACIAMgBBAyDAELIAAgASACIAMgBBA0CyEAIAVBEGokACAACzQAIAAgAyAEIAUQNiIFEAMEQCAFDwsgBSAESQR/IAEgAiADIAVqIAQgBWsgABA1BUG4fwsLRgEBfyMAQRBrIgUkACAFQQhqIAQQDgJ/IAUtAAkEQCAAIAEgAiADIAQQYgwBCyAAIAEgAiADIAQQNQshACAFQRBqJAAgAAtZAQF/QQ8hAiABIABJBEAgAUEE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", Ux = /* @__PURE__ */ new WeakMap();
@@ -40143,7 +40143,7 @@ class Do extends xs {
40143
40143
  const { mipmaps: i, width: s, height: r, format: o, type: a, error: l, dfdTransferFn: c, dfdFlags: u } = e;
40144
40144
  if (a === "error")
40145
40145
  return Promise.reject(l);
40146
- const d = t.layerCount > 1 ? new Ok(i, s, r, t.layerCount, o, mi) : new il(i, s, r, o, mi);
40146
+ const d = t.layerCount > 1 ? new Ok(i, s, r, t.layerCount, o, mi) : new tl(i, s, r, o, mi);
40147
40147
  return d.minFilter = i.length === 1 ? Ot : zo, d.magFilter = Ot, d.generateMipmaps = !1, d.needsUpdate = !0, d.encoding = c === G7 ? bt : ln, d.premultiplyAlpha = !!(u & z7), d;
40148
40148
  }
40149
40149
  /**
@@ -40551,7 +40551,7 @@ class bf extends xs {
40551
40551
  load(e, t, i, s) {
40552
40552
  const r = this;
40553
40553
  let o;
40554
- this.resourcePath !== "" ? o = this.resourcePath : this.path !== "" ? o = this.path : o = ba.extractUrlBase(e), this.manager.itemStart(e);
40554
+ this.resourcePath !== "" ? o = this.resourcePath : this.path !== "" ? o = this.path : o = ya.extractUrlBase(e), this.manager.itemStart(e);
40555
40555
  const a = function(c) {
40556
40556
  s ? s(c) : console.error(c), r.manager.itemError(e), r.manager.itemEnd(e);
40557
40557
  }, l = new Pn(this.manager);
@@ -40594,7 +40594,7 @@ class bf extends xs {
40594
40594
  if (typeof e == "string")
40595
40595
  r = JSON.parse(e);
40596
40596
  else if (e instanceof ArrayBuffer)
40597
- if (ba.decodeText(new Uint8Array(e, 0, 4)) === bL) {
40597
+ if (ya.decodeText(new Uint8Array(e, 0, 4)) === bL) {
40598
40598
  try {
40599
40599
  o[Ht.KHR_BINARY_GLTF] = new uq(e);
40600
40600
  } catch (u) {
@@ -40603,7 +40603,7 @@ class bf extends xs {
40603
40603
  }
40604
40604
  r = JSON.parse(o[Ht.KHR_BINARY_GLTF].content);
40605
40605
  } else
40606
- r = JSON.parse(ba.decodeText(new Uint8Array(e)));
40606
+ r = JSON.parse(ya.decodeText(new Uint8Array(e)));
40607
40607
  else
40608
40608
  r = e;
40609
40609
  if (r.asset === void 0 || r.asset.version[0] < 2) {
@@ -40777,7 +40777,7 @@ let $7 = class {
40777
40777
  }
40778
40778
  getMaterialType(e) {
40779
40779
  const i = this.parser.json.materials[e];
40780
- return !i.extensions || !i.extensions[this.name] ? null : Ea;
40780
+ return !i.extensions || !i.extensions[this.name] ? null : Sa;
40781
40781
  }
40782
40782
  extendMaterialParams(e, t) {
40783
40783
  const i = this.parser, s = i.json.materials[e];
@@ -41037,7 +41037,7 @@ class eq {
41037
41037
  u = Lc;
41038
41038
  break;
41039
41039
  case 4:
41040
- a.endsWith(".quaternion") ? u = Ia : u = Mm;
41040
+ a.endsWith(".quaternion") ? u = Ea : u = Mm;
41041
41041
  break;
41042
41042
  }
41043
41043
  const d = s.interpolation !== void 0 ? xL[s.interpolation] : Cl;
@@ -41074,7 +41074,7 @@ let tq = class {
41074
41074
  }
41075
41075
  getMaterialType(e) {
41076
41076
  const i = this.parser.json.materials[e];
41077
- return !i.extensions || !i.extensions[this.name] ? null : Ea;
41077
+ return !i.extensions || !i.extensions[this.name] ? null : Sa;
41078
41078
  }
41079
41079
  extendMaterialParams(e, t) {
41080
41080
  const i = this.parser, s = i.json.materials[e];
@@ -41090,7 +41090,7 @@ class iq {
41090
41090
  }
41091
41091
  getMaterialType(e) {
41092
41092
  const i = this.parser.json.materials[e];
41093
- return !i.extensions || !i.extensions[this.name] ? null : Ea;
41093
+ return !i.extensions || !i.extensions[this.name] ? null : Sa;
41094
41094
  }
41095
41095
  extendMaterialParams(e, t) {
41096
41096
  const i = this.parser, s = i.json.materials[e];
@@ -41108,7 +41108,7 @@ let nq = class {
41108
41108
  }
41109
41109
  getMaterialType(e) {
41110
41110
  const i = this.parser.json.materials[e];
41111
- return !i.extensions || !i.extensions[this.name] ? null : Ea;
41111
+ return !i.extensions || !i.extensions[this.name] ? null : Sa;
41112
41112
  }
41113
41113
  extendMaterialParams(e, t) {
41114
41114
  const i = this.parser, s = i.json.materials[e];
@@ -41123,7 +41123,7 @@ let nq = class {
41123
41123
  }
41124
41124
  getMaterialType(e) {
41125
41125
  const i = this.parser.json.materials[e];
41126
- return !i.extensions || !i.extensions[this.name] ? null : Ea;
41126
+ return !i.extensions || !i.extensions[this.name] ? null : Sa;
41127
41127
  }
41128
41128
  extendMaterialParams(e, t) {
41129
41129
  const i = this.parser, s = i.json.materials[e];
@@ -41141,7 +41141,7 @@ class rq {
41141
41141
  }
41142
41142
  getMaterialType(e) {
41143
41143
  const i = this.parser.json.materials[e];
41144
- return !i.extensions || !i.extensions[this.name] ? null : Ea;
41144
+ return !i.extensions || !i.extensions[this.name] ? null : Sa;
41145
41145
  }
41146
41146
  extendMaterialParams(e, t) {
41147
41147
  const s = this.parser.json.materials[e];
@@ -41157,7 +41157,7 @@ class oq {
41157
41157
  }
41158
41158
  getMaterialType(e) {
41159
41159
  const i = this.parser.json.materials[e];
41160
- return !i.extensions || !i.extensions[this.name] ? null : Ea;
41160
+ return !i.extensions || !i.extensions[this.name] ? null : Sa;
41161
41161
  }
41162
41162
  extendMaterialParams(e, t) {
41163
41163
  const i = this.parser, s = i.json.materials[e];
@@ -41278,7 +41278,7 @@ class uq {
41278
41278
  this.name = Ht.KHR_BINARY_GLTF, this.content = null, this.body = null;
41279
41279
  const t = new DataView(e, 0, mp);
41280
41280
  if (this.header = {
41281
- magic: ba.decodeText(new Uint8Array(e.slice(0, 4))),
41281
+ magic: ya.decodeText(new Uint8Array(e.slice(0, 4))),
41282
41282
  version: t.getUint32(4, !0),
41283
41283
  length: t.getUint32(8, !0)
41284
41284
  }, this.header.magic !== bL)
@@ -41293,7 +41293,7 @@ class uq {
41293
41293
  const a = s.getUint32(r, !0);
41294
41294
  if (r += 4, a === oR.JSON) {
41295
41295
  const l = new Uint8Array(e, mp + r, o);
41296
- this.content = ba.decodeText(l);
41296
+ this.content = ya.decodeText(l);
41297
41297
  } else if (a === oR.BIN) {
41298
41298
  const l = mp + r;
41299
41299
  this.body = e.slice(l, l + o);
@@ -41550,7 +41550,7 @@ function wL(n) {
41550
41550
  }
41551
41551
  function sS(n) {
41552
41552
  n.createInterpolant = function(t) {
41553
- const i = this instanceof Ia ? mq : _L;
41553
+ const i = this instanceof Ea ? mq : _L;
41554
41554
  return new i(this.times, this.values, this.getValueSize() / 3, t);
41555
41555
  }, n.createInterpolant.isInterpolantFactoryMethodGLTFCubicSpline = !0;
41556
41556
  }
@@ -41755,7 +41755,7 @@ class xq {
41755
41755
  return Promise.resolve(this.extensions[Ht.KHR_BINARY_GLTF].body);
41756
41756
  const s = this.options;
41757
41757
  return new Promise(function(r, o) {
41758
- i.load(ba.resolveURL(t.uri, s.path), r, void 0, function() {
41758
+ i.load(ya.resolveURL(t.uri, s.path), r, void 0, function() {
41759
41759
  o(new Error('THREE.GLTFLoader: Failed to load buffer "' + t.uri + '".'));
41760
41760
  });
41761
41761
  });
@@ -41852,7 +41852,7 @@ class xq {
41852
41852
  t.isImageBitmapLoader === !0 && (g = function(m) {
41853
41853
  const A = new Gt(m);
41854
41854
  A.needsUpdate = !0, f(A);
41855
- }), t.load(ba.resolveURL(d, r.path), g, void 0, p);
41855
+ }), t.load(ya.resolveURL(d, r.path), g, void 0, p);
41856
41856
  });
41857
41857
  }).then(function(d) {
41858
41858
  return c === !0 && a.revokeObjectURL(l), d.userData.mimeType = o.mimeType || _q(o.uri), d;
@@ -42172,7 +42172,7 @@ class xq {
42172
42172
  c = Oc;
42173
42173
  break;
42174
42174
  case ic.rotation:
42175
- c = Ia;
42175
+ c = Ea;
42176
42176
  break;
42177
42177
  case ic.position:
42178
42178
  case ic.scale:
@@ -42331,7 +42331,7 @@ function uR(n, e) {
42331
42331
  return r.setIndex(s), r;
42332
42332
  }
42333
42333
  var SL = /* @__PURE__ */ ((n) => (n[n.INT = 5124] = "INT", n[n.FLOAT = 5126] = "FLOAT", n[n.FLOAT_VEC2 = 35664] = "FLOAT_VEC2", n[n.FLOAT_VEC3 = 35665] = "FLOAT_VEC3", n[n.FLOAT_VEC4 = 35666] = "FLOAT_VEC4", n[n.INT_VEC2 = 35667] = "INT_VEC2", n[n.INT_VEC3 = 35668] = "INT_VEC3", n[n.INT_VEC4 = 35669] = "INT_VEC4", n[n.BOOL = 35670] = "BOOL", n[n.BOOL_VEC2 = 35671] = "BOOL_VEC2", n[n.BOOL_VEC3 = 35672] = "BOOL_VEC3", n[n.BOOL_VEC4 = 35673] = "BOOL_VEC4", n[n.FLOAT_MAT2 = 35674] = "FLOAT_MAT2", n[n.FLOAT_MAT3 = 35675] = "FLOAT_MAT3", n[n.FLOAT_MAT4 = 35676] = "FLOAT_MAT4", n[n.SAMPLER_2D = 35678] = "SAMPLER_2D", n[n.SAMPLER_3D = 35680] = "SAMPLER_3D", n[n.SAMPLER_CUBE = 35681] = "SAMPLER_CUBE", n[n.UNKNOWN = 0] = "UNKNOWN", n))(SL || {});
42334
- const el = le("debugcustomshader"), Vu = "NEEDLE_techniques_webgl";
42334
+ const $a = le("debugcustomshader"), Vu = "NEEDLE_techniques_webgl";
42335
42335
  class Cq {
42336
42336
  constructor() {
42337
42337
  h(this, "objectToWorldMatrix", new Pe());
@@ -42354,7 +42354,7 @@ const Ri = class extends ob {
42354
42354
  h(this, "_viewProjectionName", "hlslcc_mtx4x4unity_MatrixVP");
42355
42355
  h(this, "_viewMatrixName", "hlslcc_mtx4x4unity_MatrixV");
42356
42356
  h(this, "_rendererData", new Cq());
42357
- this.identifier = t, el && console.log(this), this.type = "NEEDLE_CUSTOM_SHADER", this.uniforms[this._objToWorldName] || (this.uniforms[this._objToWorldName] = { value: [] }), this.uniforms[this._worldToObjectName] || (this.uniforms[this._worldToObjectName] = { value: [] }), this.uniforms[this._viewProjectionName] || (this.uniforms[this._viewProjectionName] = { value: [] }), this.uniforms[this._sphericalHarmonicsName] && this.waitForLighting(), (this.depthTextureUniform || this.opaqueTextureUniform) && At.Current.pre_render_callbacks.push(this.onBeforeRenderSceneCallback);
42357
+ this.identifier = t, $a && console.log(this), this.type = "NEEDLE_CUSTOM_SHADER", this.uniforms[this._objToWorldName] || (this.uniforms[this._objToWorldName] = { value: [] }), this.uniforms[this._worldToObjectName] || (this.uniforms[this._worldToObjectName] = { value: [] }), this.uniforms[this._viewProjectionName] || (this.uniforms[this._viewProjectionName] = { value: [] }), this.uniforms[this._sphericalHarmonicsName] && this.waitForLighting(), (this.depthTextureUniform || this.opaqueTextureUniform) && At.Current.pre_render_callbacks.push(this.onBeforeRenderSceneCallback);
42358
42358
  }
42359
42359
  clone() {
42360
42360
  const t = super.clone();
@@ -42376,11 +42376,11 @@ const Ri = class extends ob {
42376
42376
  console.warn("Missing lighting data for custom shader, getSceneLightingData did not return anything");
42377
42377
  return;
42378
42378
  }
42379
- el && console.log(i);
42379
+ $a && console.log(i);
42380
42380
  const s = i.array, r = i.texture;
42381
42381
  this.uniforms.unity_SpecCube0 = { value: r }, $O(this.uniforms, s);
42382
42382
  const o = Math.sqrt(Math.PI * 0.5);
42383
- this.uniforms.unity_SpecCube0_HDR = { value: new ot(o, o, o, o) }, el && console.log("Set environment lighting", this.uniforms);
42383
+ this.uniforms.unity_SpecCube0_HDR = { value: new ot(o, o, o, o) }, $a && console.log("Set environment lighting", this.uniforms);
42384
42384
  }
42385
42385
  get depthTextureUniform() {
42386
42386
  if (this.uniforms)
@@ -42444,23 +42444,23 @@ class Sq {
42444
42444
  loadMaterial(e) {
42445
42445
  const t = this.parser.json.materials[e];
42446
42446
  if (!t)
42447
- return el && console.log(e, this.parser.json.materials), null;
42447
+ return $a && console.log(e, this.parser.json.materials), null;
42448
42448
  if (!t.extensions || !t.extensions[Vu])
42449
- return el && console.log("material " + e + " does not use NEEDLE_techniques_webgl"), null;
42449
+ return $a && console.log("material " + e + " does not use NEEDLE_techniques_webgl"), null;
42450
42450
  const i = t.extensions[Vu].technique;
42451
42451
  if (i < 0)
42452
42452
  return null;
42453
42453
  const s = this.parser.json.extensions[Vu];
42454
42454
  if (!s)
42455
42455
  return null;
42456
- el && console.log(s);
42456
+ $a && console.log(s);
42457
42457
  const r = s.techniques[i];
42458
42458
  return r ? new Promise(async (o, a) => {
42459
42459
  var v, _, y;
42460
42460
  const l = await Kj(s, r.program), c = l == null ? void 0 : l.fragmentShader, u = l == null ? void 0 : l.vertexShader;
42461
42461
  if (!c || !u)
42462
42462
  return a();
42463
- el && console.log("loadMaterial", t, l);
42463
+ $a && console.log("loadMaterial", t, l);
42464
42464
  const d = {}, f = r.uniforms;
42465
42465
  u.includes("_Time") && (d._Time = { value: new ot(0, 0, 0, 0) });
42466
42466
  for (const b in f) {
@@ -42500,7 +42500,7 @@ class Sq {
42500
42500
  if (t.extensions && t.extensions[Vu]) {
42501
42501
  const b = t.extensions[Vu];
42502
42502
  if (b.technique === i) {
42503
- el && console.log(t.name, "Material Properties", b);
42503
+ $a && console.log(t.name, "Material Properties", b);
42504
42504
  for (const C in b.values) {
42505
42505
  const E = b.values[C];
42506
42506
  if (typeof E == "string") {
@@ -42589,7 +42589,7 @@ class Sq {
42589
42589
  break;
42590
42590
  }
42591
42591
  }
42592
- el && console.log(g.uuid, d), EL(g), o(g);
42592
+ $a && console.log(g.uuid, d), EL(g), o(g);
42593
42593
  }) : null;
42594
42594
  }
42595
42595
  }
@@ -42681,7 +42681,7 @@ class IL {
42681
42681
  const u = [];
42682
42682
  for (const d of l) {
42683
42683
  this.context.target = d;
42684
- const f = xa().writeBuiltinComponentData(d, this.context);
42684
+ const f = _a().writeBuiltinComponentData(d, this.context);
42685
42685
  f !== null && u.push(f);
42686
42686
  }
42687
42687
  u.length > 0 && (c[td] = u, nc && console.log("DID WRITE", r, "nodeIndex", a, u));
@@ -43347,7 +43347,7 @@ var DL = /* @__PURE__ */ ro(Rl, 9, 0), kL = /* @__PURE__ */ ro(Rl, 9, 1), OL = /
43347
43347
  function w1(n, e) {
43348
43348
  return !e && typeof n == "function" && (e = n, n = {}), this.ondata = e, n;
43349
43349
  }
43350
- var wa = /* @__PURE__ */ function() {
43350
+ var xa = /* @__PURE__ */ function() {
43351
43351
  function n(e, t) {
43352
43352
  !t && typeof e == "function" && (t = e, e = {}), this.ondata = t, this.o = e || {};
43353
43353
  }
@@ -43365,10 +43365,10 @@ var wa = /* @__PURE__ */ function() {
43365
43365
  If([
43366
43366
  Sf,
43367
43367
  function() {
43368
- return [ho, wa];
43368
+ return [ho, xa];
43369
43369
  }
43370
43370
  ], this, w1.call(this, e, t), function(i) {
43371
- var s = new wa(i.data);
43371
+ var s = new xa(i.data);
43372
43372
  onmessage = ho(s);
43373
43373
  }, 6);
43374
43374
  }
@@ -43432,10 +43432,10 @@ function Mf(n, e) {
43432
43432
  }
43433
43433
  var c0 = /* @__PURE__ */ function() {
43434
43434
  function n(e, t) {
43435
- this.c = wf(), this.l = 0, this.v = 1, wa.call(this, e, t);
43435
+ this.c = wf(), this.l = 0, this.v = 1, xa.call(this, e, t);
43436
43436
  }
43437
43437
  return n.prototype.push = function(e, t) {
43438
- wa.prototype.push.call(this, e, t);
43438
+ xa.prototype.push.call(this, e, t);
43439
43439
  }, n.prototype.p = function(e, t) {
43440
43440
  this.c.p(e), this.l += e.length;
43441
43441
  var i = au(e, this.o, this.v && _1(this.o), t && 8, !t);
@@ -43447,7 +43447,7 @@ var c0 = /* @__PURE__ */ function() {
43447
43447
  Sf,
43448
43448
  GL,
43449
43449
  function() {
43450
- return [ho, wa, c0];
43450
+ return [ho, xa, c0];
43451
43451
  }
43452
43452
  ], this, w1.call(this, e, t), function(i) {
43453
43453
  var s = new c0(i.data);
@@ -43527,10 +43527,10 @@ function d0(n, e) {
43527
43527
  }
43528
43528
  var cS = /* @__PURE__ */ function() {
43529
43529
  function n(e, t) {
43530
- this.c = A1(), this.v = 1, wa.call(this, e, t);
43530
+ this.c = A1(), this.v = 1, xa.call(this, e, t);
43531
43531
  }
43532
43532
  return n.prototype.push = function(e, t) {
43533
- wa.prototype.push.call(this, e, t);
43533
+ xa.prototype.push.call(this, e, t);
43534
43534
  }, n.prototype.p = function(e, t) {
43535
43535
  this.c.p(e);
43536
43536
  var i = au(e, this.o, this.v && 2, t && 4, !t);
@@ -43542,7 +43542,7 @@ var cS = /* @__PURE__ */ function() {
43542
43542
  Sf,
43543
43543
  HL,
43544
43544
  function() {
43545
- return [ho, wa, cS];
43545
+ return [ho, xa, cS];
43546
43546
  }
43547
43547
  ], this, w1.call(this, e, t), function(i) {
43548
43548
  var s = new cS(i.data);
@@ -43712,10 +43712,10 @@ var tF = function(n) {
43712
43712
  throw "no callback";
43713
43713
  if (this.d)
43714
43714
  throw "stream finished";
43715
- this.ondata(Ca(e), this.d = t || !1);
43715
+ this.ondata(wa(e), this.d = t || !1);
43716
43716
  }, n;
43717
43717
  }();
43718
- function Ca(n, e) {
43718
+ function wa(n, e) {
43719
43719
  if (e) {
43720
43720
  for (var t = new Kt(n.length), i = 0; i < n.length; ++i)
43721
43721
  t[i] = n.charCodeAt(i);
@@ -43798,7 +43798,7 @@ var iF = function(n) {
43798
43798
  }(), Uq = /* @__PURE__ */ function() {
43799
43799
  function n(e, t) {
43800
43800
  var i = this;
43801
- t || (t = {}), jg.call(this, e), this.d = new wa(t, function(s, r) {
43801
+ t || (t = {}), jg.call(this, e), this.d = new xa(t, function(s, r) {
43802
43802
  i.ondata(null, s, r);
43803
43803
  }), this.compression = 8, this.flag = iF(t.level);
43804
43804
  }
@@ -43831,7 +43831,7 @@ var iF = function(n) {
43831
43831
  var t = this;
43832
43832
  if (this.d & 2)
43833
43833
  throw "stream finished";
43834
- var i = Ca(e.filename), s = i.length, r = e.comment, o = r && Ca(r), a = s != e.filename.length || o && r.length != o.length, l = s + Mc(e.extra) + 30;
43834
+ var i = wa(e.filename), s = i.length, r = e.comment, o = r && wa(r), a = s != e.filename.length || o && r.length != o.length, l = s + Mc(e.extra) + 30;
43835
43835
  if (s > 65535)
43836
43836
  throw "filename too long";
43837
43837
  var c = new Kt(l);
@@ -43925,7 +43925,7 @@ function Gq(n, e, t) {
43925
43925
  for (var p = function(m) {
43926
43926
  var A = s[m], v = i[A], _ = v[0], y = v[1], b = wf(), C = _.length;
43927
43927
  b.p(_);
43928
- var E = Ca(A), T = E.length, x = y.comment, M = x && Ca(x), P = M && M.length, k = Mc(y.extra), G = y.level == 0 ? 0 : 8, z = function(L, H) {
43928
+ var E = wa(A), T = E.length, x = y.comment, M = x && wa(x), P = M && M.length, k = Mc(y.extra), G = y.level == 0 ? 0 : 8, z = function(L, H) {
43929
43929
  if (L)
43930
43930
  d(), t(L, null);
43931
43931
  else {
@@ -43961,7 +43961,7 @@ function oF(n, e) {
43961
43961
  E1(n, "", t, e);
43962
43962
  var s = 0, r = 0;
43963
43963
  for (var o in t) {
43964
- var a = t[o], l = a[0], c = a[1], u = c.level == 0 ? 0 : 8, d = Ca(o), f = d.length, p = c.comment, g = p && Ca(p), m = g && g.length, A = Mc(c.extra);
43964
+ var a = t[o], l = a[0], c = a[1], u = c.level == 0 ? 0 : 8, d = wa(o), f = d.length, p = c.comment, g = p && wa(p), m = g && g.length, A = Mc(c.extra);
43965
43965
  if (f > 65535)
43966
43966
  throw "filename too long";
43967
43967
  var v = u ? Nm(l, c) : l, _ = v.length, y = wf();
@@ -44186,7 +44186,7 @@ const AR = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
44186
44186
  Compress: c0,
44187
44187
  DecodeUTF8: Lq,
44188
44188
  Decompress: $L,
44189
- Deflate: wa,
44189
+ Deflate: xa,
44190
44190
  EncodeUTF8: Fq,
44191
44191
  Gunzip: u0,
44192
44192
  Gzip: c0,
@@ -44212,7 +44212,7 @@ const AR = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
44212
44212
  inflate: S1,
44213
44213
  inflateSync: Mf,
44214
44214
  strFromU8: I1,
44215
- strToU8: Ca,
44215
+ strToU8: wa,
44216
44216
  unzip: Wq,
44217
44217
  unzipSync: jq,
44218
44218
  unzlib: ZL,
@@ -44502,16 +44502,16 @@ class dS extends BE {
44502
44502
  let Zi = 0;
44503
44503
  for (let fi = 0; fi < Ce; ++fi) {
44504
44504
  const Ci = N[I.idx[fi]].type;
44505
- for (let Fa = 8 * Mt; Fa < 8 * Mt + Fi; ++Fa) {
44506
- Zi = Ji[fi][Fa];
44505
+ for (let La = 8 * Mt; La < 8 * Mt + Fi; ++La) {
44506
+ Zi = Ji[fi][La];
44507
44507
  for (let tp = 0; tp < Ge; ++tp) {
44508
- const Yo = tp * 64 + (Fa & 7) * 8;
44508
+ const Yo = tp * 64 + (La & 7) * 8;
44509
44509
  de.setUint16(Zi + 0 * 2 * Ci, Xt[fi][Yo + 0], !0), de.setUint16(Zi + 1 * 2 * Ci, Xt[fi][Yo + 1], !0), de.setUint16(Zi + 2 * 2 * Ci, Xt[fi][Yo + 2], !0), de.setUint16(Zi + 3 * 2 * Ci, Xt[fi][Yo + 3], !0), de.setUint16(Zi + 4 * 2 * Ci, Xt[fi][Yo + 4], !0), de.setUint16(Zi + 5 * 2 * Ci, Xt[fi][Yo + 5], !0), de.setUint16(Zi + 6 * 2 * Ci, Xt[fi][Yo + 6], !0), de.setUint16(Zi + 7 * 2 * Ci, Xt[fi][Yo + 7], !0), Zi += 8 * 2 * Ci;
44510
44510
  }
44511
44511
  }
44512
44512
  if (Ge != Xe)
44513
- for (let Fa = 8 * Mt; Fa < 8 * Mt + Fi; ++Fa) {
44514
- const tp = Ji[fi][Fa] + 8 * Ge * 2 * Ci, Yo = Ge * 64 + (Fa & 7) * 8;
44513
+ for (let La = 8 * Mt; La < 8 * Mt + Fi; ++La) {
44514
+ const tp = Ji[fi][La] + 8 * Ge * 2 * Ci, Yo = Ge * 64 + (La & 7) * 8;
44515
44515
  for (let yA = 0; yA < js; ++yA)
44516
44516
  de.setUint16(tp + yA * 2 * Ci, Xt[fi][Yo + yA], !0);
44517
44517
  }
@@ -44837,7 +44837,7 @@ class dS extends BE {
44837
44837
  const N = We(I, R), q = We(I, R), re = We(I, R), ee = We(I, R);
44838
44838
  return { xMin: N, yMin: q, xMax: re, yMax: ee };
44839
44839
  }
44840
- function La(I, R) {
44840
+ function Oa(I, R) {
44841
44841
  const N = [
44842
44842
  "INCREASING_Y"
44843
44843
  ], q = Bt(I, R);
@@ -44863,7 +44863,7 @@ class dS extends BE {
44863
44863
  if (q === "box2i")
44864
44864
  return Fn(I, N);
44865
44865
  if (q === "lineOrder")
44866
- return La(I, N);
44866
+ return Oa(I, N);
44867
44867
  if (q === "float")
44868
44868
  return Pt(I, N);
44869
44869
  if (q === "v2f")
@@ -46078,7 +46078,7 @@ var gX = Object.defineProperty, mX = Object.getOwnPropertyDescriptor, hF = (n, e
46078
46078
  };
46079
46079
  const Mh = le("debugreflectionprobe"), ER = le("noreflectionprobe"), AX = Symbol("reflectionProbeKey"), vX = Symbol("original material");
46080
46080
  var Xv;
46081
- const ja = (Xv = class extends Se {
46081
+ const Wa = (Xv = class extends Se {
46082
46082
  constructor() {
46083
46083
  var e;
46084
46084
  super();
@@ -46086,12 +46086,12 @@ const ja = (Xv = class extends Se {
46086
46086
  h(this, "center");
46087
46087
  h(this, "size");
46088
46088
  h(this, "_boxHelper");
46089
- ja._probes.has(this.context) || ja._probes.set(this.context, []), (e = ja._probes.get(this.context)) == null || e.push(this);
46089
+ Wa._probes.has(this.context) || Wa._probes.set(this.context, []), (e = Wa._probes.get(this.context)) == null || e.push(this);
46090
46090
  }
46091
46091
  static get(e, t, i, s) {
46092
46092
  if (!e || e.isObject3D !== !0 || ER)
46093
46093
  return null;
46094
- const r = ja._probes.get(t);
46094
+ const r = Wa._probes.get(t);
46095
46095
  if (r) {
46096
46096
  for (const o of r)
46097
46097
  if (o.__didAwake || o.__internalAwake(), o.enabled) {
@@ -46122,7 +46122,7 @@ const ja = (Xv = class extends Se {
46122
46122
  this._boxHelper = this.gameObject.addNewComponent(Bo), this._boxHelper.updateBox(!0), Mh && this._boxHelper.showHelper(5592320, !0), this.texture && (this.texture.mapping = no, this.texture.encoding = bt, this.texture.needsUpdate = !0);
46123
46123
  }
46124
46124
  onDestroy() {
46125
- const e = ja._probes.get(this.context);
46125
+ const e = Wa._probes.get(this.context);
46126
46126
  if (e) {
46127
46127
  const t = e.indexOf(this);
46128
46128
  t >= 0 && e.splice(t, 1);
@@ -46132,8 +46132,8 @@ const ja = (Xv = class extends Se {
46132
46132
  var i;
46133
46133
  if (ER || !this.enabled || ((i = e.sharedMaterials) == null ? void 0 : i.length) <= 0 || !this.texture)
46134
46134
  return;
46135
- let t = ja._rendererMaterialsCache.get(e);
46136
- t || (t = [], ja._rendererMaterialsCache.set(e, t));
46135
+ let t = Wa._rendererMaterialsCache.get(e);
46136
+ t || (t = [], Wa._rendererMaterialsCache.set(e, t));
46137
46137
  for (let s = 0; s < e.sharedMaterials.length; s++) {
46138
46138
  const r = e.sharedMaterials[s];
46139
46139
  if (!r || r.envMap === void 0)
@@ -46158,7 +46158,7 @@ const ja = (Xv = class extends Se {
46158
46158
  }
46159
46159
  }
46160
46160
  onUnset(e) {
46161
- const t = ja._rendererMaterialsCache.get(e);
46161
+ const t = Wa._rendererMaterialsCache.get(e);
46162
46162
  if (t)
46163
46163
  for (let i = 0; i < t.length; i++) {
46164
46164
  const s = t[i];
@@ -46169,7 +46169,7 @@ const ja = (Xv = class extends Se {
46169
46169
  // and some need reflection probe and some don't
46170
46170
  // we need to make sure we don't override the material but use a copy
46171
46171
  h(Xv, "_rendererMaterialsCache", /* @__PURE__ */ new Map()), Xv);
46172
- let Gm = ja;
46172
+ let Gm = Wa;
46173
46173
  hF([
46174
46174
  w(S)
46175
46175
  ], Gm.prototype, "center", 2);
@@ -46928,7 +46928,7 @@ let RX = class {
46928
46928
  _y(i, "onBeforeBuildDocument"), vF(e, i.document, i), _y(i, "onAfterBuildDocument"), BX(i), await _y(i, "onAfterSerialize"), i.output += GX(o, a, t.quickLookCompatible);
46929
46929
  const c = i.document.buildHeader() + `
46930
46930
  ` + i.output;
46931
- this.debug && console.log(c), s[r] = Ca(c), i.output = "";
46931
+ this.debug && console.log(c), s[r] = wa(c), i.output = "";
46932
46932
  for (const d in a) {
46933
46933
  let f = a[d];
46934
46934
  const p = f.format === 1023;
@@ -47100,7 +47100,7 @@ function OX() {
47100
47100
  }
47101
47101
  function LX(n, e) {
47102
47102
  let t = OX();
47103
- return t += n, Ca(t);
47103
+ return t += n, wa(t);
47104
47104
  }
47105
47105
  function yv(n) {
47106
47106
  return n.name.replace(/[-<>\(\)\[\]§$%&\/\\\=\?\,\;]/g, "") + "_" + n.id;
@@ -47253,7 +47253,7 @@ function QX(n, e, t = !1) {
47253
47253
  }`;
47254
47254
  }
47255
47255
  const a = n.transparent || n.alphaTest ? n.opacity : 1;
47256
- return n.side === Si && console.warn("THREE.USDZExporter: USDZ does not support double sided materials", n), n.map !== null ? (s.push(`${i}color3f inputs:diffuseColor.connect = </Materials/Material_${n.id}/Texture_${n.map.id}_diffuse.outputs:rgb>`), n.transparent ? s.push(`${i}float inputs:opacity.connect = </Materials/Material_${n.id}/Texture_${n.map.id}_diffuse.outputs:a>`) : n.alphaTest > 0 && (s.push(`${i}float inputs:opacity.connect = </Materials/Material_${n.id}/Texture_${n.map.id}_diffuse.outputs:a>`), s.push(`${i}float inputs:opacityThreshold = ${n.alphaTest}`)), r.push(o(n.map, "diffuse", n.color, a))) : s.push(`${i}color3f inputs:diffuseColor = ${DR(n.color)}`), n.emissiveMap ? (s.push(`${i}color3f inputs:emissiveColor.connect = </Materials/Material_${n.id}/Texture_${n.emissiveMap.id}_emissive.outputs:rgb>`), r.push(o(n.emissiveMap, "emissive"))) : ((l = n.emissive) == null ? void 0 : l.getHex()) > 0 ? s.push(`${i}color3f inputs:emissiveColor = ${DR(n.emissive)}`) : s.push(`${i}color3f inputs:emissiveColor = (0, 0, 0)`), n.normalMap && (s.push(`${i}normal3f inputs:normal.connect = </Materials/Material_${n.id}/Texture_${n.normalMap.id}_normal.outputs:rgb>`), r.push(o(n.normalMap, "normal"))), n.aoMap && (s.push(`${i}float inputs:occlusion.connect = </Materials/Material_${n.id}/Texture_${n.aoMap.id}_occlusion.outputs:r>`), r.push(o(n.aoMap, "occlusion"))), n.roughnessMap && n.roughness === 1 ? (s.push(`${i}float inputs:roughness.connect = </Materials/Material_${n.id}/Texture_${n.roughnessMap.id}_roughness.outputs:g>`), r.push(o(n.roughnessMap, "roughness"))) : s.push(`${i}float inputs:roughness = ${n.roughness !== void 0 ? n.roughness : 1}`), n.metalnessMap && n.metalness === 1 ? (s.push(`${i}float inputs:metallic.connect = </Materials/Material_${n.id}/Texture_${n.metalnessMap.id}_metallic.outputs:b>`), r.push(o(n.metalnessMap, "metallic"))) : s.push(`${i}float inputs:metallic = ${n.metalness !== void 0 ? n.metalness : 0}`), n.alphaMap ? (s.push(`${i}float inputs:opacity.connect = </Materials/Material_${n.id}/Texture_${n.alphaMap.id}_opacity.outputs:r>`), s.push(`${i}float inputs:opacityThreshold = 0.0001`), r.push(o(n.alphaMap, "opacity"))) : s.push(`${i}float inputs:opacity = ${a}`), n instanceof Ea && (s.push(`${i}float inputs:clearcoat = ${n.clearcoat}`), s.push(`${i}float inputs:clearcoatRoughness = ${n.clearcoatRoughness}`), s.push(`${i}float inputs:ior = ${n.ior}`)), `
47256
+ return n.side === Si && console.warn("THREE.USDZExporter: USDZ does not support double sided materials", n), n.map !== null ? (s.push(`${i}color3f inputs:diffuseColor.connect = </Materials/Material_${n.id}/Texture_${n.map.id}_diffuse.outputs:rgb>`), n.transparent ? s.push(`${i}float inputs:opacity.connect = </Materials/Material_${n.id}/Texture_${n.map.id}_diffuse.outputs:a>`) : n.alphaTest > 0 && (s.push(`${i}float inputs:opacity.connect = </Materials/Material_${n.id}/Texture_${n.map.id}_diffuse.outputs:a>`), s.push(`${i}float inputs:opacityThreshold = ${n.alphaTest}`)), r.push(o(n.map, "diffuse", n.color, a))) : s.push(`${i}color3f inputs:diffuseColor = ${DR(n.color)}`), n.emissiveMap ? (s.push(`${i}color3f inputs:emissiveColor.connect = </Materials/Material_${n.id}/Texture_${n.emissiveMap.id}_emissive.outputs:rgb>`), r.push(o(n.emissiveMap, "emissive"))) : ((l = n.emissive) == null ? void 0 : l.getHex()) > 0 ? s.push(`${i}color3f inputs:emissiveColor = ${DR(n.emissive)}`) : s.push(`${i}color3f inputs:emissiveColor = (0, 0, 0)`), n.normalMap && (s.push(`${i}normal3f inputs:normal.connect = </Materials/Material_${n.id}/Texture_${n.normalMap.id}_normal.outputs:rgb>`), r.push(o(n.normalMap, "normal"))), n.aoMap && (s.push(`${i}float inputs:occlusion.connect = </Materials/Material_${n.id}/Texture_${n.aoMap.id}_occlusion.outputs:r>`), r.push(o(n.aoMap, "occlusion"))), n.roughnessMap && n.roughness === 1 ? (s.push(`${i}float inputs:roughness.connect = </Materials/Material_${n.id}/Texture_${n.roughnessMap.id}_roughness.outputs:g>`), r.push(o(n.roughnessMap, "roughness"))) : s.push(`${i}float inputs:roughness = ${n.roughness !== void 0 ? n.roughness : 1}`), n.metalnessMap && n.metalness === 1 ? (s.push(`${i}float inputs:metallic.connect = </Materials/Material_${n.id}/Texture_${n.metalnessMap.id}_metallic.outputs:b>`), r.push(o(n.metalnessMap, "metallic"))) : s.push(`${i}float inputs:metallic = ${n.metalness !== void 0 ? n.metalness : 0}`), n.alphaMap ? (s.push(`${i}float inputs:opacity.connect = </Materials/Material_${n.id}/Texture_${n.alphaMap.id}_opacity.outputs:r>`), s.push(`${i}float inputs:opacityThreshold = 0.0001`), r.push(o(n.alphaMap, "opacity"))) : s.push(`${i}float inputs:opacity = ${a}`), n instanceof Sa && (s.push(`${i}float inputs:clearcoat = ${n.clearcoat}`), s.push(`${i}float inputs:clearcoatRoughness = ${n.clearcoatRoughness}`), s.push(`${i}float inputs:ior = ${n.ior}`)), `
47257
47257
  def Material "Material_${n.id}"
47258
47258
  {
47259
47259
  def Shader "PreviewSurface"
@@ -50374,7 +50374,7 @@ class F1 {
50374
50374
  }
50375
50375
  if (!r && (r = await sL(t, t, 0, "no url here go away", !0), !r))
50376
50376
  return null;
50377
- const o = await xa().parseSync(e, r, null, 0);
50377
+ const o = await _a().parseSync(e, r, null, 0);
50378
50378
  return (o == null ? void 0 : o.scene) ?? null;
50379
50379
  }
50380
50380
  const i = new bf();
@@ -50383,7 +50383,7 @@ class F1 {
50383
50383
  i.load(
50384
50384
  o,
50385
50385
  async (a) => {
50386
- await xa().createBuiltinComponents(e, o, a, null, void 0), s(a.scene);
50386
+ await _a().createBuiltinComponents(e, o, a, null, void 0), s(a.scene);
50387
50387
  },
50388
50388
  (a) => {
50389
50389
  yp && console.log("[Custom Avatar] " + a.loaded / a.total * 100 + "% loaded of " + a.total / 1024 + "kB");
@@ -50739,7 +50739,7 @@ class Vm extends Se {
50739
50739
  h(this, "usedBy", null);
50740
50740
  }
50741
50741
  }
50742
- var qa = /* @__PURE__ */ ((n) => (n[n.Average = 0] = "Average", n[n.Multiply = 1] = "Multiply", n[n.Minimum = 2] = "Minimum", n[n.Maximum = 3] = "Maximum", n))(qa || {}), U1 = /* @__PURE__ */ ((n) => (n[n.Discrete = 0] = "Discrete", n[n.Continuous = 1] = "Continuous", n))(U1 || {}), fn = /* @__PURE__ */ ((n) => (n[n.None = 0] = "None", n[n.FreezePositionX = 2] = "FreezePositionX", n[n.FreezePositionY = 4] = "FreezePositionY", n[n.FreezePositionZ = 8] = "FreezePositionZ", n[n.FreezePosition = 14] = "FreezePosition", n[n.FreezeRotationX = 16] = "FreezeRotationX", n[n.FreezeRotationY = 32] = "FreezeRotationY", n[n.FreezeRotationZ = 64] = "FreezeRotationZ", n[n.FreezeRotation = 112] = "FreezeRotation", n[n.FreezeAll = 126] = "FreezeAll", n))(fn || {}), Lp = /* @__PURE__ */ ((n) => (n[n.None = 0] = "None", n[n.X = 2] = "X", n[n.Y = 4] = "Y", n[n.Z = 8] = "Z", n[n.All = -1] = "All", n))(Lp || {});
50742
+ var ja = /* @__PURE__ */ ((n) => (n[n.Average = 0] = "Average", n[n.Multiply = 1] = "Multiply", n[n.Minimum = 2] = "Minimum", n[n.Maximum = 3] = "Maximum", n))(ja || {}), U1 = /* @__PURE__ */ ((n) => (n[n.Discrete = 0] = "Discrete", n[n.Continuous = 1] = "Continuous", n))(U1 || {}), fn = /* @__PURE__ */ ((n) => (n[n.None = 0] = "None", n[n.FreezePositionX = 2] = "FreezePositionX", n[n.FreezePositionY = 4] = "FreezePositionY", n[n.FreezePositionZ = 8] = "FreezePositionZ", n[n.FreezePosition = 14] = "FreezePosition", n[n.FreezeRotationX = 16] = "FreezeRotationX", n[n.FreezeRotationY = 32] = "FreezeRotationY", n[n.FreezeRotationZ = 64] = "FreezeRotationZ", n[n.FreezeRotation = 112] = "FreezeRotation", n[n.FreezeAll = 126] = "FreezeAll", n))(fn || {}), Lp = /* @__PURE__ */ ((n) => (n[n.None = 0] = "None", n[n.X = 2] = "X", n[n.Y = 4] = "Y", n[n.Z = 8] = "Z", n[n.All = -1] = "All", n))(Lp || {});
50743
50743
  const uo = function(n, e) {
50744
50744
  return function(t, i, s) {
50745
50745
  GY(t, i, s, n, e);
@@ -50748,7 +50748,7 @@ const uo = function(n, e) {
50748
50748
  function GY(n, e, t, i, s) {
50749
50749
  if (!(!s && !i && !n.onValidate)) {
50750
50750
  if (t !== void 0) {
50751
- console.error("Invalid usage of validate decorator. Only fields can be validated.", n, e, t), ts("Invalid usage of validate decorator. Only fields can be validated. Property: " + e, va.Error);
50751
+ console.error("Invalid usage of validate decorator. Only fields can be validated.", n, e, t), ts("Invalid usage of validate decorator. Only fields can be validated. Property: " + e, Aa.Error);
50752
50752
  return;
50753
50753
  }
50754
50754
  if (n.__internalAwake) {
@@ -51114,7 +51114,7 @@ class RF {
51114
51114
  return e.prep(4, 36), e.prep(4, 12), e.writeFloat32(u), e.writeFloat32(c), e.writeFloat32(l), e.prep(4, 12), e.writeFloat32(a), e.writeFloat32(o), e.writeFloat32(r), e.prep(4, 12), e.writeFloat32(s), e.writeFloat32(i), e.writeFloat32(t), e.offset();
51115
51115
  }
51116
51116
  }
51117
- class ol {
51117
+ class rl {
51118
51118
  constructor() {
51119
51119
  h(this, "bb", null);
51120
51120
  h(this, "bb_pos", 0);
@@ -51123,10 +51123,10 @@ class ol {
51123
51123
  return this.bb_pos = e, this.bb = t, this;
51124
51124
  }
51125
51125
  static getRootAsSyncedTransformModel(e, t) {
51126
- return (t || new ol()).__init(e.readInt32(e.position()) + e.position(), e);
51126
+ return (t || new rl()).__init(e.readInt32(e.position()) + e.position(), e);
51127
51127
  }
51128
51128
  static getSizePrefixedRootAsSyncedTransformModel(e, t) {
51129
- return e.setPosition(e.position() + wb), (t || new ol()).__init(e.readInt32(e.position()) + e.position(), e);
51129
+ return e.setPosition(e.position() + wb), (t || new rl()).__init(e.readInt32(e.position()) + e.position(), e);
51130
51130
  }
51131
51131
  guid(e) {
51132
51132
  const t = this.bb.__offset(this.bb_pos, 4);
@@ -51176,15 +51176,15 @@ class ol {
51176
51176
  }
51177
51177
  }
51178
51178
  const ac = le("debugsync"), Yg = "STRS";
51179
- qE(Yg, ol.getRootAsSyncedTransformModel);
51179
+ qE(Yg, rl.getRootAsSyncedTransformModel);
51180
51180
  const Jo = new mf();
51181
51181
  function BF(n, e, t = !0) {
51182
51182
  Jo.clear();
51183
51183
  const i = Jo.createString(n);
51184
- ol.startSyncedTransformModel(Jo), ol.addGuid(Jo, i), ol.addFast(Jo, t);
51184
+ rl.startSyncedTransformModel(Jo), rl.addGuid(Jo, i), rl.addFast(Jo, t);
51185
51185
  const s = e.worldPosition, r = e.worldEuler, o = e.gameObject.scale;
51186
- ol.addTransform(Jo, RF.createTransform(Jo, s.x, s.y, s.z, r.x, r.y, r.z, o.x, o.y, o.z));
51187
- const a = ol.endSyncedTransformModel(Jo);
51186
+ rl.addTransform(Jo, RF.createTransform(Jo, s.x, s.y, s.z, r.x, r.y, r.z, o.x, o.y, o.z));
51187
+ const a = rl.endSyncedTransformModel(Jo);
51188
51188
  return Jo.finish(a, Yg), Jo.asUint8Array();
51189
51189
  }
51190
51190
  class Zh extends Se {
@@ -52756,7 +52756,7 @@ class LF extends Kg {
52756
52756
  e._backgroundMesh.visible = !(this._input === "none" || this._input === "transparent"), this._input === "inherit" ? this._value.set(this.getInheritedInput(e)) : this._input === "transparent" || this._input === "none" || this._value.set(this._input);
52757
52757
  }
52758
52758
  }
52759
- class Xa extends ui {
52759
+ class qa extends ui {
52760
52760
  /**
52761
52761
  *
52762
52762
  * @param {string} propertyId
@@ -52943,7 +52943,7 @@ class QK extends UF {
52943
52943
  super.computeOutputValue(e);
52944
52944
  }
52945
52945
  }
52946
- class NF extends Xa {
52946
+ class NF extends qa {
52947
52947
  constructor() {
52948
52948
  super("textContent"), this._needsUpdate = !1;
52949
52949
  }
@@ -54592,21 +54592,21 @@ var y0 = 0, nI = 1, bl = 2, c3 = 3, h3 = 4, u3 = 5, qn = function(e, t, i) {
54592
54592
  var r = (s ? s + " " : "") + rw.strict;
54593
54593
  this.reservedWordsStrict = Uh(r), this.reservedWordsStrictBind = Uh(r + " " + rw.strictBind), this.input = String(t), this.containsEsc = !1, i ? (this.pos = i, this.lineStart = this.input.lastIndexOf(`
54594
54594
  `, i - 1) + 1, this.curLine = this.input.slice(0, this.lineStart).split(fo).length) : (this.pos = this.lineStart = 0, this.curLine = 1), this.type = B.eof, this.value = null, this.start = this.end = this.pos, this.startLoc = this.endLoc = this.curPosition(), this.lastTokEndLoc = this.lastTokStartLoc = null, this.lastTokStart = this.lastTokEnd = this.pos, this.context = this.initialContext(), this.exprAllowed = !0, this.inModule = e.sourceType === "module", this.strict = this.inModule || this.strictDirective(this.pos), this.potentialArrowAt = -1, this.potentialArrowInForAwait = !1, this.yieldPos = this.awaitPos = this.awaitIdentPos = 0, this.labels = [], this.undefinedExports = /* @__PURE__ */ Object.create(null), this.pos === 0 && e.allowHashBang && this.input.slice(0, 2) === "#!" && this.skipLineComment(2), this.scopeStack = [], this.enterScope(Zg), this.regexpState = null, this.privateNameStack = [];
54595
- }, Pa = { inFunction: { configurable: !0 }, inGenerator: { configurable: !0 }, inAsync: { configurable: !0 }, canAwait: { configurable: !0 }, allowSuper: { configurable: !0 }, allowDirectSuper: { configurable: !0 }, treatFunctionsAsVar: { configurable: !0 }, allowNewDotTarget: { configurable: !0 }, inClassStaticBlock: { configurable: !0 } };
54595
+ }, Ta = { inFunction: { configurable: !0 }, inGenerator: { configurable: !0 }, inAsync: { configurable: !0 }, canAwait: { configurable: !0 }, allowSuper: { configurable: !0 }, allowDirectSuper: { configurable: !0 }, treatFunctionsAsVar: { configurable: !0 }, allowNewDotTarget: { configurable: !0 }, inClassStaticBlock: { configurable: !0 } };
54596
54596
  qn.prototype.parse = function() {
54597
54597
  var e = this.options.program || this.startNode();
54598
54598
  return this.nextToken(), this.parseTopLevel(e);
54599
54599
  };
54600
- Pa.inFunction.get = function() {
54600
+ Ta.inFunction.get = function() {
54601
54601
  return (this.currentVarScope().flags & Rf) > 0;
54602
54602
  };
54603
- Pa.inGenerator.get = function() {
54603
+ Ta.inGenerator.get = function() {
54604
54604
  return (this.currentVarScope().flags & r3) > 0 && !this.currentVarScope().inClassFieldInit;
54605
54605
  };
54606
- Pa.inAsync.get = function() {
54606
+ Ta.inAsync.get = function() {
54607
54607
  return (this.currentVarScope().flags & $1) > 0 && !this.currentVarScope().inClassFieldInit;
54608
54608
  };
54609
- Pa.canAwait.get = function() {
54609
+ Ta.canAwait.get = function() {
54610
54610
  for (var n = this.scopeStack.length - 1; n >= 0; n--) {
54611
54611
  var e = this.scopeStack[n];
54612
54612
  if (e.inClassFieldInit || e.flags & qm)
@@ -54616,21 +54616,21 @@ Pa.canAwait.get = function() {
54616
54616
  }
54617
54617
  return this.inModule && this.options.ecmaVersion >= 13 || this.options.allowAwaitOutsideFunction;
54618
54618
  };
54619
- Pa.allowSuper.get = function() {
54619
+ Ta.allowSuper.get = function() {
54620
54620
  var n = this.currentThisScope(), e = n.flags, t = n.inClassFieldInit;
54621
54621
  return (e & eI) > 0 || t || this.options.allowSuperOutsideMethod;
54622
54622
  };
54623
- Pa.allowDirectSuper.get = function() {
54623
+ Ta.allowDirectSuper.get = function() {
54624
54624
  return (this.currentThisScope().flags & l3) > 0;
54625
54625
  };
54626
- Pa.treatFunctionsAsVar.get = function() {
54626
+ Ta.treatFunctionsAsVar.get = function() {
54627
54627
  return this.treatFunctionsAsVarInScope(this.currentScope());
54628
54628
  };
54629
- Pa.allowNewDotTarget.get = function() {
54629
+ Ta.allowNewDotTarget.get = function() {
54630
54630
  var n = this.currentThisScope(), e = n.flags, t = n.inClassFieldInit;
54631
54631
  return (e & (Rf | qm)) > 0 || t;
54632
54632
  };
54633
- Pa.inClassStaticBlock.get = function() {
54633
+ Ta.inClassStaticBlock.get = function() {
54634
54634
  return (this.currentVarScope().flags & qm) > 0;
54635
54635
  };
54636
54636
  qn.extend = function() {
@@ -54650,7 +54650,7 @@ qn.parseExpressionAt = function(e, t, i) {
54650
54650
  qn.tokenizer = function(e, t) {
54651
54651
  return new this(t, e);
54652
54652
  };
54653
- Object.defineProperties(qn.prototype, Pa);
54653
+ Object.defineProperties(qn.prototype, Ta);
54654
54654
  var Qs = qn.prototype, FJ = /^(?:'((?:\\.|[^'\\])*?)'|"((?:\\.|[^"\\])*?)")/;
54655
54655
  Qs.strictDirective = function(n) {
54656
54656
  if (this.options.ecmaVersion < 5)
@@ -57084,7 +57084,7 @@ class Ym extends Je.Object3D {
57084
57084
  fontCastShadow: { m: "castShadow" },
57085
57085
  fontReceiveShadow: { m: "receiveShadow" },
57086
57086
  renderOrder: { m: "renderOrder" }
57087
- }, this._children = t.children ? new t.children() : new Xa("children"), this._parent = new tK(), this.addEventListener("added", this._rebuildParentUI), this.addEventListener("removed", this._rebuildParentUI), this._backgroundSide = new WR("backgroundSide"), this._fontSide = new WR("fontSide"), this._backgroundAlphaTest = new VR("backgroundAlphaTest", 0.02), this._fontAlphaTest = new VR("fontAlphaTest", 0.02), this._visible = new MK("visible", !0), this._backgroundCastShadow = new Iv("backgroundCastShadow"), this._fontCastShadow = new Iv("fontCastShadow"), this._backgroundReceiveShadow = new Iv("backgroundReceiveShadow"), this._fontReceiveShadow = new Iv("fontReceiveShadow"), this._renderOrder = new jY(), this._segments = t.segments ? new t.segments() : new ZF(), this._bounds = t.bounds ? new t.bounds() : new Xa("bounds"), this._order = new UK(), this._padding = new ZY(), this._margin = new $Y(), this._position = new FF(), this._flexDirection = t.flexDirection ? new t.flexDirection() : new H1(), this._justifyContent = t.justifyContent ? new t.justifyContent() : new V1(), this._alignItems = t.alignItems ? new t.alignItems() : new G1(), this._display = new hK("flex"), this._boxSizing = new fK("border-box"), this._width = new GK(), this._height = new QK(), this._backgroundColor = t.backgroundColor ? new t.backgroundColor() : new LF(), this._backgroundOpacity = new sw("backgroundOpacity", 0.5), this._backgroundImage = new AK(), this._backgroundSize = new yK("cover"), this._color = t.color ? new t.color() : new Kg("color", "inherit"), this._fontOpacity = new sw("fontOpacity", "inherit"), this._whiteSpace = t.whiteSpace ? new t.whiteSpace() : new KF(), this._fontFamily = t.fontFamily ? new t.fontFamily() : new XF(), this._fontStyle = t.fontStyle ? new t.fontStyle() : new zF("normal"), this._fontWeight = t.fontWeight ? new t.fontWeight() : new GF(), this._fontSize = t.fontSize ? new t.fontSize() : new _J(), this._lineHeight = t.lineHeight ? new t.lineHeight() : new YF(), this._fontKerning = t.fontKerning ? new t.fontKerning() : new Gb(), this._letterSpacing = t.letterSpacing ? new t.letterSpacing() : new JF(), this._overflow = new xK("visible"), this._borderRadius = new EK(0), this._borderWidth = new IK(0), this._borderColor = new Kg("borderColor", 16711935), this._borderOpacity = new sw("borderOpacity", 1), this._font = new aK(), this._lineBreak = t.lineBreak ? new t.lineBreak() : new Xa("lineBreak"), this._textContent = t.textContent ? new t.textContent() : new NF(), this._glyphs = t.glyphs ? new t.glyphs() : new Xa("glyphs"), this._inlines = t.inlines ? new t.inlines() : new Xa("inlines"), this._layouter = t.layouter ? new t.layouter() : new Xa("layouter"), this._inlineJustificator = new TK(), this._textAlign = t.textAlign ? new t.textAlign() : new Q1(), this._autoSize = t.autoSize ? new t.autoSize() : new Xa("autoSize"), this._renderer = t.renderer ? new t.renderer() : new Xa("renderer"), this._offset = new qY(), this._invertAlpha = new xJ(), this._fontSmooth = t.fontSmooth ? new t.fontSmooth() : new XY(), this._components = [
57087
+ }, this._children = t.children ? new t.children() : new qa("children"), this._parent = new tK(), this.addEventListener("added", this._rebuildParentUI), this.addEventListener("removed", this._rebuildParentUI), this._backgroundSide = new WR("backgroundSide"), this._fontSide = new WR("fontSide"), this._backgroundAlphaTest = new VR("backgroundAlphaTest", 0.02), this._fontAlphaTest = new VR("fontAlphaTest", 0.02), this._visible = new MK("visible", !0), this._backgroundCastShadow = new Iv("backgroundCastShadow"), this._fontCastShadow = new Iv("fontCastShadow"), this._backgroundReceiveShadow = new Iv("backgroundReceiveShadow"), this._fontReceiveShadow = new Iv("fontReceiveShadow"), this._renderOrder = new jY(), this._segments = t.segments ? new t.segments() : new ZF(), this._bounds = t.bounds ? new t.bounds() : new qa("bounds"), this._order = new UK(), this._padding = new ZY(), this._margin = new $Y(), this._position = new FF(), this._flexDirection = t.flexDirection ? new t.flexDirection() : new H1(), this._justifyContent = t.justifyContent ? new t.justifyContent() : new V1(), this._alignItems = t.alignItems ? new t.alignItems() : new G1(), this._display = new hK("flex"), this._boxSizing = new fK("border-box"), this._width = new GK(), this._height = new QK(), this._backgroundColor = t.backgroundColor ? new t.backgroundColor() : new LF(), this._backgroundOpacity = new sw("backgroundOpacity", 0.5), this._backgroundImage = new AK(), this._backgroundSize = new yK("cover"), this._color = t.color ? new t.color() : new Kg("color", "inherit"), this._fontOpacity = new sw("fontOpacity", "inherit"), this._whiteSpace = t.whiteSpace ? new t.whiteSpace() : new KF(), this._fontFamily = t.fontFamily ? new t.fontFamily() : new XF(), this._fontStyle = t.fontStyle ? new t.fontStyle() : new zF("normal"), this._fontWeight = t.fontWeight ? new t.fontWeight() : new GF(), this._fontSize = t.fontSize ? new t.fontSize() : new _J(), this._lineHeight = t.lineHeight ? new t.lineHeight() : new YF(), this._fontKerning = t.fontKerning ? new t.fontKerning() : new Gb(), this._letterSpacing = t.letterSpacing ? new t.letterSpacing() : new JF(), this._overflow = new xK("visible"), this._borderRadius = new EK(0), this._borderWidth = new IK(0), this._borderColor = new Kg("borderColor", 16711935), this._borderOpacity = new sw("borderOpacity", 1), this._font = new aK(), this._lineBreak = t.lineBreak ? new t.lineBreak() : new qa("lineBreak"), this._textContent = t.textContent ? new t.textContent() : new NF(), this._glyphs = t.glyphs ? new t.glyphs() : new qa("glyphs"), this._inlines = t.inlines ? new t.inlines() : new qa("inlines"), this._layouter = t.layouter ? new t.layouter() : new qa("layouter"), this._inlineJustificator = new TK(), this._textAlign = t.textAlign ? new t.textAlign() : new Q1(), this._autoSize = t.autoSize ? new t.autoSize() : new qa("autoSize"), this._renderer = t.renderer ? new t.renderer() : new qa("renderer"), this._offset = new qY(), this._invertAlpha = new xJ(), this._fontSmooth = t.fontSmooth ? new t.fontSmooth() : new XY(), this._components = [
57088
57088
  this._textContent,
57089
57089
  this._children,
57090
57090
  this._parent,
@@ -60137,8 +60137,8 @@ pI.prototype.interactable = {
60137
60137
  this.interactable = n;
60138
60138
  }
60139
60139
  };
60140
- const al = Symbol("shadowDomOwner");
60141
- class Sa extends Se {
60140
+ const ol = Symbol("shadowDomOwner");
60141
+ class Ca extends Se {
60142
60142
  constructor() {
60143
60143
  super(...arguments);
60144
60144
  h(this, "shadowComponent", null);
@@ -60182,11 +60182,11 @@ class Sa extends Se {
60182
60182
  var o;
60183
60183
  this.removeShadowComponent();
60184
60184
  const s = this.isRoot() ? this.gameObject : this.gameObject.parent;
60185
- if (this._parentComponent = $.getComponentInParent(s, Sa), !this._parentComponent) {
60185
+ if (this._parentComponent = $.getComponentInParent(s, Ca), !this._parentComponent) {
60186
60186
  console.warn(`Component "${this.name}" doesn't have a UI parent anywhere. Do you have an UI element outside a Canvas? UI components must be a child of a Canvas component`, this);
60187
60187
  return;
60188
60188
  }
60189
- t.name = this.name + " (" + (this.constructor.name ?? "UI") + ")", t.autoLayout = this._parentComponent.controlsChildLayout, t[al] = this, this.setShadowComponentOwner(t);
60189
+ t.name = this.name + " (" + (this.constructor.name ?? "UI") + ")", t.autoLayout = this._parentComponent.controlsChildLayout, t[ol] = this, this.setShadowComponentOwner(t);
60190
60190
  let r = !1;
60191
60191
  if (((o = this.Root) == null ? void 0 : o.gameObject) === this.gameObject)
60192
60192
  this.gameObject.add(t);
@@ -60199,12 +60199,12 @@ class Sa extends Se {
60199
60199
  set(t) {
60200
60200
  }
60201
60201
  setShadowComponentOwner(t) {
60202
- if (t && (t[al] === void 0 || t[al] === this) && (t[al] = this, t.children))
60202
+ if (t && (t[ol] === void 0 || t[ol] === this) && (t[ol] = this, t.children))
60203
60203
  for (const i of t.children)
60204
60204
  this.setShadowComponentOwner(i);
60205
60205
  }
60206
60206
  traverseOwnedShadowComponents(t, i, s) {
60207
- if (t && t[al] === i) {
60207
+ if (t && t[ol] === i) {
60208
60208
  s(t);
60209
60209
  for (const r of t.children)
60210
60210
  this.traverseOwnedShadowComponents(r, i, s);
@@ -60219,7 +60219,7 @@ class Sa extends Se {
60219
60219
  this.shadowComponent && (this.shadowComponent.interactable = t);
60220
60220
  }
60221
60221
  }
60222
- class jb extends Sa {
60222
+ class jb extends Ca {
60223
60223
  awake() {
60224
60224
  super.awake();
60225
60225
  }
@@ -60227,7 +60227,7 @@ class jb extends Sa {
60227
60227
  class nm {
60228
60228
  /** returns the real object when dealing with shadow UI */
60229
60229
  static getObject(e) {
60230
- const t = e[al];
60230
+ const t = e[ol];
60231
60231
  return t && (t.isComponent === !0 ? e = t.gameObject : e = t), e;
60232
60232
  }
60233
60233
  static isInteractable(e, t) {
@@ -60626,7 +60626,7 @@ const Gn = class extends Se {
60626
60626
  return this.context.physics.sphereOverlap(i, 0.02);
60627
60627
  }
60628
60628
  raycast() {
60629
- const t = new Ma();
60629
+ const t = new Ia();
60630
60630
  t.layerMask = new ao(), t.layerMask.enableAll(), t.layerMask.disable(2), t.ray = this.getRay();
60631
60631
  const i = this.context.physics.raycast(t);
60632
60632
  for (let s = 0; s < i.length; s++) {
@@ -60950,7 +60950,7 @@ function ES() {
60950
60950
  }
60951
60951
  function K$(n) {
60952
60952
  let e = n & 4294967295, t = n / Math.pow(2, 32) & 1048575;
60953
- return _a.create(e, t);
60953
+ return ba.create(e, t);
60954
60954
  }
60955
60955
  const Cg = class {
60956
60956
  constructor(e) {
@@ -61592,7 +61592,7 @@ class tf extends Km {
61592
61592
  this.targets = [this.gameObject];
61593
61593
  }
61594
61594
  performRaycast(t = null) {
61595
- return this.targets ? (t ?? (t = new Ma()), t.targets = this.targets, t.results = this.raycastHits, this.context.physics.raycast(t)) : null;
61595
+ return this.targets ? (t ?? (t = new Ia()), t.targets = this.targets, t.results = this.raycastHits, this.context.physics.raycast(t)) : null;
61596
61596
  }
61597
61597
  }
61598
61598
  class iU extends tf {
@@ -61655,10 +61655,10 @@ const ra = class extends Se {
61655
61655
  }
61656
61656
  //@ts-ignore
61657
61657
  static ensureUpdateMeshUI(t, i) {
61658
- tl.update(t, i);
61658
+ el.update(t, i);
61659
61659
  }
61660
61660
  static markUIDirty(t) {
61661
- tl.markDirty();
61661
+ el.markDirty();
61662
61662
  }
61663
61663
  get hasActiveUI() {
61664
61664
  return this.currentActiveMeshUIComponents.length > 0;
@@ -61689,7 +61689,7 @@ const ra = class extends Se {
61689
61689
  this._selectStartFn ?? (this._selectStartFn = (s, r) => {
61690
61690
  if (!r.grab)
61691
61691
  return;
61692
- tl.resetLastSelected();
61692
+ el.resetLastSelected();
61693
61693
  const o = new bd(this.context.input);
61694
61694
  o.inputSource = s, o.isDown = s.selectionDown, o.isUp = s.selectionUp, o.isPressed = s.selectionPressed, o.isClicked = !1, t.set(s, r.grab), r.grab && !this.handleEvents(r.grab, o) && (r.grab = null);
61695
61695
  }), this._selectEndFn ?? (this._selectEndFn = (s, r) => {
@@ -61705,7 +61705,7 @@ const ra = class extends Se {
61705
61705
  this.raisedPointerDownObjects[c] === a && u && ((l = u.onPointerUp) == null || l.call(u, o), this.raisedPointerDownEvents.splice(c, 1), this.raisedPointerDownObjects.splice(c, 1), c--);
61706
61706
  }
61707
61707
  });
61708
- const i = new Ma();
61708
+ const i = new Ia();
61709
61709
  this._selectUpdateFn ?? (this._selectUpdateFn = (s) => {
61710
61710
  i.ray = s.getRay();
61711
61711
  const r = this.performRaycast(i);
@@ -61822,8 +61822,8 @@ const ra = class extends Se {
61822
61822
  let l = null;
61823
61823
  if (r && r.isUI) {
61824
61824
  const c = (i.isPressed || i.isClicked) ?? !1;
61825
- if (r[al]) {
61826
- const u = r[al].gameObject;
61825
+ if (r[ol]) {
61826
+ const u = r[ol].gameObject;
61827
61827
  if (u) {
61828
61828
  if (!nm.isInteractable(u, this.out))
61829
61829
  return !1;
@@ -61858,14 +61858,14 @@ const ra = class extends Se {
61858
61858
  return !t || !t.isUI ? !0 : this.handleMeshUIIntersection(t, i);
61859
61859
  }
61860
61860
  handleMeshUIIntersection(t, i) {
61861
- const s = tl.updateState(t, i);
61861
+ const s = el.updateState(t, i);
61862
61862
  return s && this.currentActiveMeshUIComponents.push(s), s !== null;
61863
61863
  }
61864
61864
  resetMeshUIStates() {
61865
- if (this.context.input.getPointerPressedCount() > 0 && tl.resetLastSelected(), !(!this.currentActiveMeshUIComponents || this.currentActiveMeshUIComponents.length <= 0)) {
61865
+ if (this.context.input.getPointerPressedCount() > 0 && el.resetLastSelected(), !(!this.currentActiveMeshUIComponents || this.currentActiveMeshUIComponents.length <= 0)) {
61866
61866
  for (let t = 0; t < this.currentActiveMeshUIComponents.length; t++) {
61867
61867
  const i = this.currentActiveMeshUIComponents[t];
61868
- tl.resetState(i);
61868
+ el.resetState(i);
61869
61869
  }
61870
61870
  this.currentActiveMeshUIComponents.length = 0;
61871
61871
  }
@@ -61876,7 +61876,7 @@ const ra = class extends Se {
61876
61876
  };
61877
61877
  let yr = ra;
61878
61878
  h(yr, "_eventSystemMap", /* @__PURE__ */ new Map()), h(yr, "didSearchEventSystem", !1);
61879
- class tl {
61879
+ class el {
61880
61880
  static markDirty() {
61881
61881
  this.needsUpdate = !0;
61882
61882
  }
@@ -61913,7 +61913,7 @@ class tl {
61913
61913
  return e ? e.isBlock ? e : this.findBlockInParent(e.parent) : null;
61914
61914
  }
61915
61915
  }
61916
- h(tl, "lastSelected", null), h(tl, "lastUpdateFrame", []), h(tl, "needsUpdate", !1);
61916
+ h(el, "lastSelected", null), h(el, "lastUpdateFrame", []), h(el, "needsUpdate", !1);
61917
61917
  const Ey = Symbol("cameraController");
61918
61918
  function iee(n) {
61919
61919
  return n[Ey];
@@ -62022,7 +62022,7 @@ class Kc extends Se {
62022
62022
  // we need to wait one frame (when starting the scene for the very first time)
62023
62023
  *startRaycastDelayed() {
62024
62024
  if (yield, !this.setFromTargetPosition()) {
62025
- const t = new Ma();
62025
+ const t = new Ia();
62026
62026
  t.screenPoint = new V(0, 0), t.lineThreshold = 0.1;
62027
62027
  const i = this.context.physics.raycast(t);
62028
62028
  i.length > 0 && this.setTarget(i[0].point, !0);
@@ -62417,14 +62417,14 @@ qb([
62417
62417
  w(Cr)
62418
62418
  ], Jm.prototype, "reaction", 2);
62419
62419
  var Gw;
62420
- const Ya = (Gw = class extends Se {
62420
+ const Xa = (Gw = class extends Se {
62421
62421
  constructor() {
62422
62422
  super(...arguments);
62423
62423
  h(this, "events");
62424
62424
  }
62425
62425
  static invoke(e) {
62426
- if (Ya.receivers[e]) {
62427
- const t = Ya.receivers[e];
62426
+ if (Xa.receivers[e]) {
62427
+ const t = Xa.receivers[e];
62428
62428
  if (!t)
62429
62429
  return;
62430
62430
  for (const i of t)
@@ -62434,14 +62434,14 @@ const Ya = (Gw = class extends Se {
62434
62434
  onEnable() {
62435
62435
  if (this.events)
62436
62436
  for (const e of this.events)
62437
- Ya.receivers[e.signal.guid] || (Ya.receivers[e.signal.guid] = []), Ya.receivers[e.signal.guid].push(this);
62437
+ Xa.receivers[e.signal.guid] || (Xa.receivers[e.signal.guid] = []), Xa.receivers[e.signal.guid].push(this);
62438
62438
  }
62439
62439
  onDisable() {
62440
62440
  if (this.events) {
62441
62441
  for (const e of this.events)
62442
- if (Ya.receivers[e.signal.guid]) {
62443
- const t = Ya.receivers[e.signal.guid].indexOf(this);
62444
- t >= 0 && Ya.receivers[e.signal.guid].splice(t, 1);
62442
+ if (Xa.receivers[e.signal.guid]) {
62443
+ const t = Xa.receivers[e.signal.guid].indexOf(this);
62444
+ t >= 0 && Xa.receivers[e.signal.guid].splice(t, 1);
62445
62445
  }
62446
62446
  }
62447
62447
  }
@@ -62478,7 +62478,7 @@ const Ya = (Gw = class extends Se {
62478
62478
  // }
62479
62479
  // }
62480
62480
  }, h(Gw, "receivers", {}), Gw);
62481
- let Zm = Ya;
62481
+ let Zm = Xa;
62482
62482
  qb([
62483
62483
  w(Jm)
62484
62484
  ], Zm.prototype, "events", 2);
@@ -62947,7 +62947,7 @@ class yI extends Yb {
62947
62947
  if (!c) {
62948
62948
  const _ = i.tracks[0].name.substring(0, g) + ".quaternion";
62949
62949
  jh && console.warn("Create quaternion track", A, v);
62950
- const y = v.quaternion, b = new Ia(_, [0, i.duration], [y.x, y.y, y.z, y.w, y.x, y.y, y.z, y.w]);
62950
+ const y = v.quaternion, b = new Ea(_, [0, i.duration], [y.x, y.y, y.z, y.w, y.x, y.y, y.z, y.w]);
62951
62951
  i.tracks.push(b), this.createRotationInterpolant(i, t, b);
62952
62952
  }
62953
62953
  } else {
@@ -63958,7 +63958,7 @@ jo([
63958
63958
  w()
63959
63959
  ], eu.prototype, "height", 2);
63960
63960
  function EI(n) {
63961
- const e = n[al];
63961
+ const e = n[ol];
63962
63962
  return e || (n.parent ? EI(n.parent) : null);
63963
63963
  }
63964
63964
  function E0(n, e) {
@@ -64022,7 +64022,7 @@ class hU {
64022
64022
  h(this, "height");
64023
64023
  }
64024
64024
  }
64025
- const wo = new S(), xp = new Pe(), Pv = new xe(), uU = class extends Sa {
64025
+ const wo = new S(), xp = new Pe(), Pv = new xe(), uU = class extends Ca {
64026
64026
  constructor() {
64027
64027
  super(...arguments);
64028
64028
  h(this, "_anchoredPosition");
@@ -64133,7 +64133,7 @@ const wo = new S(), xp = new Pe(), Pv = new xe(), uU = class extends Sa {
64133
64133
  return;
64134
64134
  this.gameObject.parent ? this._parentRectTransform = $.getComponentInParent(this.gameObject.parent, uU) : this._parentRectTransform = void 0, this._transformNeedsUpdate = !1, pw && console.warn("RectTransform → ApplyTransform", this.name + " because " + e), this.isRoot() ? this.Root.screenspace || (t.rotation.y = Math.PI) : (t.matrix.identity(), t.matrixAutoUpdate = !1, wo.set(0, 0, 0), this.applyPivot(wo), t.matrix.setPosition(wo.x, wo.y, 0), (this.gameObject.quaternion.x || this.gameObject.quaternion.y || this.gameObject.quaternion.z) && (Pv.copy(this.gameObject.quaternion), Pv.x *= -1, Pv.z *= -1, xp.makeRotationFromQuaternion(Pv), t.matrix.premultiply(xp)), wo.set(0, 0, 0), this.applyAnchoring(wo), (s = this.Canvas) != null && s.screenspace ? wo.z += 0.1 : wo.z += 0.01, xp.identity(), xp.setPosition(wo.x, wo.y, wo.z), t.matrix.premultiply(xp), t.matrix.scale(this.gameObject.scale)), this.lastMatrix.copy(this.gameObject.matrix);
64135
64135
  const i = !0;
64136
- for (const r of RO(this.gameObject, Sa, i, 1)) {
64136
+ for (const r of RO(this.gameObject, Ca, i, 1)) {
64137
64137
  if (r === this || !r.activeAndEnabled)
64138
64138
  continue;
64139
64139
  const o = r;
@@ -64312,7 +64312,7 @@ const Rv = {
64312
64312
  borderOpacity: 1
64313
64313
  };
64314
64314
  var Hw;
64315
- const Iy = (Hw = class extends Sa {
64315
+ const Iy = (Hw = class extends Ca {
64316
64316
  constructor() {
64317
64317
  super(...arguments);
64318
64318
  h(this, "_alphaFactor", 1);
@@ -64873,7 +64873,7 @@ class mU extends Br {
64873
64873
  onCalculateLayout() {
64874
64874
  }
64875
64875
  }
64876
- var nte = Object.defineProperty, ste = Object.getOwnPropertyDescriptor, Ra = (n, e, t, i) => {
64876
+ var nte = Object.defineProperty, ste = Object.getOwnPropertyDescriptor, Pa = (n, e, t, i) => {
64877
64877
  for (var s = i > 1 ? void 0 : i ? ste(e, t) : e, r = n.length - 1, o; r >= 0; r--)
64878
64878
  (o = n[r]) && (s = (i ? o(e, t, s) : o(s)) || s);
64879
64879
  return i && s && nte(e, t, s), s;
@@ -65023,7 +65023,7 @@ const gw = le("debuguilayout"), AU = class extends jb {
65023
65023
  *_updateRenderSettingsDelayed() {
65024
65024
  if (yield, this._updateRenderSettingsRoutine = void 0, this.shadowComponent) {
65025
65025
  this.onUpdateRenderMode(), E0(this.shadowComponent, this);
65026
- for (const e of $.getComponentsInChildren(this.gameObject, Sa))
65026
+ for (const e of $.getComponentsInChildren(this.gameObject, Ca))
65027
65027
  E0(e.shadowComponent, this);
65028
65028
  }
65029
65029
  }
@@ -65052,34 +65052,34 @@ const gw = le("debuguilayout"), AU = class extends jb {
65052
65052
  }
65053
65053
  };
65054
65054
  let Gs = AU;
65055
- Ra([
65055
+ Pa([
65056
65056
  w()
65057
65057
  ], Gs.prototype, "renderOnTop", 1);
65058
- Ra([
65058
+ Pa([
65059
65059
  w()
65060
65060
  ], Gs.prototype, "depthWrite", 1);
65061
- Ra([
65061
+ Pa([
65062
65062
  w()
65063
65063
  ], Gs.prototype, "doubleSided", 1);
65064
- Ra([
65064
+ Pa([
65065
65065
  w()
65066
65066
  ], Gs.prototype, "castShadows", 1);
65067
- Ra([
65067
+ Pa([
65068
65068
  w()
65069
65069
  ], Gs.prototype, "receiveShadows", 1);
65070
- Ra([
65070
+ Pa([
65071
65071
  w()
65072
65072
  ], Gs.prototype, "renderMode", 1);
65073
- Ra([
65073
+ Pa([
65074
65074
  w(Gs)
65075
65075
  ], Gs.prototype, "rootCanvas", 1);
65076
- Ra([
65076
+ Pa([
65077
65077
  w()
65078
65078
  ], Gs.prototype, "scaleFactor", 1);
65079
- Ra([
65079
+ Pa([
65080
65080
  w(Qi)
65081
65081
  ], Gs.prototype, "worldCamera", 2);
65082
- Ra([
65082
+ Pa([
65083
65083
  w()
65084
65084
  ], Gs.prototype, "planeDistance", 2);
65085
65085
  var rte = Object.defineProperty, ote = Object.getOwnPropertyDescriptor, TI = (n, e, t, i) => {
@@ -65112,7 +65112,7 @@ class nA extends Se {
65112
65112
  this._isDirty = !1, this.applyChangesNow();
65113
65113
  }
65114
65114
  applyChangesNow() {
65115
- for (const t of $.getComponentsInChildren(this.gameObject, Sa, this._buffer)) {
65115
+ for (const t of $.getComponentsInChildren(this.gameObject, Ca, this._buffer)) {
65116
65116
  const i = t;
65117
65117
  i.setAlphaFactor && i.setAlphaFactor(this._alpha);
65118
65118
  }
@@ -65619,7 +65619,7 @@ class $c extends Se {
65619
65619
  h(this, "_temp", new S(0, 0, 0));
65620
65620
  h(this, "_jumpCount", 0);
65621
65621
  h(this, "_currentRotation");
65622
- h(this, "_raycastOptions", new Ma());
65622
+ h(this, "_raycastOptions", new Ia());
65623
65623
  }
65624
65624
  awake() {
65625
65625
  this._currentRotation = new xe();
@@ -65958,7 +65958,7 @@ var yte = Object.defineProperty, bte = Object.getOwnPropertyDescriptor, Y = (n,
65958
65958
  return i && s && yte(e, t, s), s;
65959
65959
  };
65960
65960
  const kv = le("debugparticles");
65961
- var fa = /* @__PURE__ */ ((n) => (n[n.Billboard = 0] = "Billboard", n[n.Stretch = 1] = "Stretch", n[n.HorizontalBillboard = 2] = "HorizontalBillboard", n[n.VerticalBillboard = 3] = "VerticalBillboard", n[n.Mesh = 4] = "Mesh", n))(fa || {});
65961
+ var al = /* @__PURE__ */ ((n) => (n[n.Billboard = 0] = "Billboard", n[n.Stretch = 1] = "Stretch", n[n.HorizontalBillboard = 2] = "HorizontalBillboard", n[n.VerticalBillboard = 3] = "VerticalBillboard", n[n.Mesh = 4] = "Mesh", n))(al || {});
65962
65962
  class gu {
65963
65963
  constructor() {
65964
65964
  h(this, "alphaKeys");
@@ -67936,7 +67936,7 @@ var Tte = Object.defineProperty, Pte = Object.getOwnPropertyDescriptor, yu = (n,
67936
67936
  (o = n[r]) && (s = (i ? o(e, t, s) : o(s)) || s);
67937
67937
  return i && s && Tte(e, t, s), s;
67938
67938
  };
67939
- class Ba extends Hs {
67939
+ class Ra extends Hs {
67940
67940
  constructor() {
67941
67941
  super(...arguments);
67942
67942
  h(this, "mode");
@@ -67984,26 +67984,26 @@ class Ba extends Hs {
67984
67984
  }
67985
67985
  yu([
67986
67986
  w()
67987
- ], Ba.prototype, "mode", 2);
67987
+ ], Ra.prototype, "mode", 2);
67988
67988
  yu([
67989
67989
  w(It)
67990
- ], Ba.prototype, "focusDistance", 2);
67990
+ ], Ra.prototype, "focusDistance", 2);
67991
67991
  yu([
67992
67992
  w(It)
67993
- ], Ba.prototype, "focalLength", 2);
67993
+ ], Ra.prototype, "focalLength", 2);
67994
67994
  yu([
67995
67995
  w(It)
67996
- ], Ba.prototype, "aperture", 2);
67996
+ ], Ra.prototype, "aperture", 2);
67997
67997
  yu([
67998
67998
  w(It)
67999
- ], Ba.prototype, "gaussianMaxRadius", 2);
67999
+ ], Ra.prototype, "gaussianMaxRadius", 2);
68000
68000
  yu([
68001
68001
  w(It)
68002
- ], Ba.prototype, "resolutionScale", 2);
68002
+ ], Ra.prototype, "resolutionScale", 2);
68003
68003
  yu([
68004
68004
  w(It)
68005
- ], Ba.prototype, "bokehScale", 2);
68006
- Wo("DepthOfField", Ba);
68005
+ ], Ra.prototype, "bokehScale", 2);
68006
+ Wo("DepthOfField", Ra);
68007
68007
  var Rte = Object.defineProperty, Bte = Object.getOwnPropertyDescriptor, Dte = (n, e, t, i) => {
68008
68008
  for (var s = i > 1 ? void 0 : i ? Bte(e, t) : e, r = n.length - 1, o; r >= 0; r--)
68009
68009
  (o = n[r]) && (s = (i ? o(e, t, s) : o(s)) || s);
@@ -68044,7 +68044,7 @@ class xU {
68044
68044
  }
68045
68045
  }
68046
68046
  var wU = /* @__PURE__ */ ((n) => (n.SelectStart = "selectstart", n.SelectEnd = "selectend", n))(wU || {});
68047
- const Ja = class extends Hm {
68047
+ const Ka = class extends Hm {
68048
68048
  constructor() {
68049
68049
  super();
68050
68050
  h(this, "transformSelf", !0);
@@ -68086,17 +68086,17 @@ const Ja = class extends Hm {
68086
68086
  onPointerEnter(t) {
68087
68087
  if (!this.allowEdit(this.gameObject) || St.IsInWebXR)
68088
68088
  return;
68089
- const i = $.getComponentInParent(t.object, Ja);
68090
- !i || i !== this || (Ja.lastHovered = t.object, this.context.domElement.style.cursor = "pointer");
68089
+ const i = $.getComponentInParent(t.object, Ka);
68090
+ !i || i !== this || (Ka.lastHovered = t.object, this.context.domElement.style.cursor = "pointer");
68091
68091
  }
68092
68092
  onPointerExit(t) {
68093
- this.allowEdit(this.gameObject) && (St.IsInWebXR || Ja.lastHovered === t.object && (this.context.domElement.style.cursor = "auto"));
68093
+ this.allowEdit(this.gameObject) && (St.IsInWebXR || Ka.lastHovered === t.object && (this.context.domElement.style.cursor = "auto"));
68094
68094
  }
68095
68095
  onPointerDown(t) {
68096
- this.allowEdit(this.gameObject) && (St.IsInWebXR || (Ja._active += 1, this._dragDelta.set(0, 0), this._didDrag = !1, this._waitingForDragStart = t, t.StopPropagation(), this.orbit && (this.orbit.enabled = !1)));
68096
+ this.allowEdit(this.gameObject) && (St.IsInWebXR || (Ka._active += 1, this._dragDelta.set(0, 0), this._didDrag = !1, this._waitingForDragStart = t, t.StopPropagation(), this.orbit && (this.orbit.enabled = !1)));
68097
68097
  }
68098
68098
  onPointerUp(t) {
68099
- this._waitingForDragStart = null, this.allowEdit(this.gameObject) && (Ja._active > 0 && (Ja._active -= 1), !St.IsInWebXR && (this.onDragEnd(t), t.StopPropagation(), this.orbit && (this.orbit.enabled = !0)));
68099
+ this._waitingForDragStart = null, this.allowEdit(this.gameObject) && (Ka._active > 0 && (Ka._active -= 1), !St.IsInWebXR && (this.onDragEnd(t), t.StopPropagation(), this.orbit && (this.orbit.enabled = !0)));
68100
68100
  }
68101
68101
  update() {
68102
68102
  var t;
@@ -68123,7 +68123,7 @@ const Ja = class extends Hm {
68123
68123
  return;
68124
68124
  if (!t || !t.object)
68125
68125
  return;
68126
- const i = $.getComponentInParent(t.object, Ja);
68126
+ const i = $.getComponentInParent(t.object, Ka);
68127
68127
  if (!i || i !== this)
68128
68128
  return;
68129
68129
  let s = t.object;
@@ -68166,7 +68166,7 @@ const Ja = class extends Hm {
68166
68166
  $.invokeOnChildren(i, s("onDragEnd"));
68167
68167
  }
68168
68168
  };
68169
- let zh = Ja;
68169
+ let zh = Ka;
68170
68170
  h(zh, "_active", 0), h(zh, "lastHovered");
68171
68171
  const gM = class {
68172
68172
  constructor(e) {
@@ -68263,7 +68263,7 @@ const gM = class {
68263
68263
  onUpdateGroundPlane() {
68264
68264
  if (!this._selected || !this._context)
68265
68265
  return;
68266
- const e = wt(this._selected), t = new Dl(new S(0, 0.1, 0).add(e), new S(0, -1, 0)), i = new Ma();
68266
+ const e = wt(this._selected), t = new Dl(new S(0, 0.1, 0).add(e), new S(0, -1, 0)), i = new Ia();
68267
68267
  i.ignore = [this._selected];
68268
68268
  const s = this._context.physics.raycastFromRay(t, i);
68269
68269
  for (let r = 0; r < s.length; r++) {
@@ -68318,7 +68318,7 @@ async function lB(n, e, t) {
68318
68318
  return i.endsWith(".gltf") || i.endsWith(".glb") ? new Promise((s, r) => {
68319
68319
  const o = new FileReader();
68320
68320
  o.readAsArrayBuffer(n), o.onloadend = async (a) => {
68321
- const l = o.result, c = e1(), u = new er(c), d = await xa().parseSync(e, l, n.name, u);
68321
+ const l = o.result, c = e1(), u = new er(c), d = await _a().parseSync(e, l, n.name, u);
68322
68322
  if (d && d.scene) {
68323
68323
  const f = d.scene;
68324
68324
  if (!f.guid) {
@@ -68332,7 +68332,7 @@ async function lB(n, e, t) {
68332
68332
  }
68333
68333
  async function Fte(n, e) {
68334
68334
  return new Promise(async (t, i) => {
68335
- const s = e1(), r = new er(s), o = n.toString(), a = await xa().loadSync(e, o, o, r);
68335
+ const s = e1(), r = new er(s), o = n.toString(), a = await _a().loadSync(e, o, o, r);
68336
68336
  a && a.scene ? (a.scene, kI(), t(a)) : console.warn("Unsupported file type: " + n.toString());
68337
68337
  });
68338
68338
  }
@@ -68350,7 +68350,7 @@ function Ute(n) {
68350
68350
  Gte(e);
68351
68351
  }
68352
68352
  if (t) {
68353
- const i = new er(e.seed), s = await xa().parseSync(n, t, null, i);
68353
+ const i = new er(e.seed), s = await _a().parseSync(n, t, null, i);
68354
68354
  if (s && s.scene) {
68355
68355
  const r = s.scene;
68356
68356
  if (kI(), e.parentGuid) {
@@ -68519,7 +68519,7 @@ class d_ extends Se {
68519
68519
  console.log("Dropped", i);
68520
68520
  const s = i.scene;
68521
68521
  if (t !== void 0) {
68522
- const r = new Ma();
68522
+ const r = new Ia();
68523
68523
  r.setMask(16777215), r.screenPointFromOffset(t.offsetX, t.offsetY);
68524
68524
  const o = this.context.physics.raycast(r);
68525
68525
  if (o && o.length > 0)
@@ -69266,7 +69266,7 @@ class hie {
69266
69266
  return m;
69267
69267
  };
69268
69268
  }
69269
- console.warn("THREE.GLTFExporter: Merged metalnessMap and roughnessMap textures."), typeof il < "u" && (e instanceof il && (e = bw(e)), t instanceof il && (t = bw(t)));
69269
+ console.warn("THREE.GLTFExporter: Merged metalnessMap and roughnessMap textures."), typeof tl < "u" && (e instanceof tl && (e = bw(e)), t instanceof tl && (t = bw(t)));
69270
69270
  const s = e == null ? void 0 : e.image, r = t == null ? void 0 : t.image, o = Math.max((s == null ? void 0 : s.width) || 0, (r == null ? void 0 : r.width) || 0), a = Math.max((s == null ? void 0 : s.height) || 0, (r == null ? void 0 : r.height) || 0), l = fB();
69271
69271
  l.width = o, l.height = a;
69272
69272
  const c = l.getContext("2d");
@@ -69467,7 +69467,7 @@ class hie {
69467
69467
  return s.textures.get(e);
69468
69468
  r.textures || (r.textures = []);
69469
69469
  let o = e;
69470
- typeof il < "u" && e instanceof il && (o = bw(e, i.maxTextureSize), s.images.delete(o.image));
69470
+ typeof tl < "u" && e instanceof tl && (o = bw(e, i.maxTextureSize), s.images.delete(o.image));
69471
69471
  let a = o.userData.mimeType;
69472
69472
  a === "image/webp" && (a = "image/png");
69473
69473
  const l = {
@@ -70521,7 +70521,7 @@ m_([
70521
70521
  m_([
70522
70522
  w(Cr)
70523
70523
  ], Vf.prototype, "onEndEdit", 2);
70524
- var Sie = Object.defineProperty, Eie = Object.getOwnPropertyDescriptor, Da = (n, e, t, i) => {
70524
+ var Sie = Object.defineProperty, Eie = Object.getOwnPropertyDescriptor, Ba = (n, e, t, i) => {
70525
70525
  for (var s = i > 1 ? void 0 : i ? Eie(e, t) : e, r = n.length - 1, o; r >= 0; r--)
70526
70526
  (o = n[r]) && (s = (i ? o(e, t, s) : o(s)) || s);
70527
70527
  return i && s && Sie(e, t, s), s;
@@ -70730,34 +70730,34 @@ class kr extends Se {
70730
70730
  }
70731
70731
  }
70732
70732
  h(kr, "allowChangingRendererShadowMapType", !0);
70733
- Da([
70733
+ Ba([
70734
70734
  w()
70735
70735
  ], kr.prototype, "type", 2);
70736
- Da([
70736
+ Ba([
70737
70737
  w(ye)
70738
70738
  ], kr.prototype, "color", 1);
70739
- Da([
70739
+ Ba([
70740
70740
  w()
70741
70741
  ], kr.prototype, "shadowNearPlane", 1);
70742
- Da([
70742
+ Ba([
70743
70743
  w()
70744
70744
  ], kr.prototype, "shadowBias", 1);
70745
- Da([
70745
+ Ba([
70746
70746
  w()
70747
70747
  ], kr.prototype, "shadowNormalBias", 1);
70748
- Da([
70748
+ Ba([
70749
70749
  w()
70750
70750
  ], kr.prototype, "shadows", 1);
70751
- Da([
70751
+ Ba([
70752
70752
  w()
70753
70753
  ], kr.prototype, "lightmapBakeType", 2);
70754
- Da([
70754
+ Ba([
70755
70755
  w()
70756
70756
  ], kr.prototype, "intensity", 1);
70757
- Da([
70757
+ Ba([
70758
70758
  w()
70759
70759
  ], kr.prototype, "shadowDistance", 1);
70760
- Da([
70760
+ Ba([
70761
70761
  w()
70762
70762
  ], kr.prototype, "shadowResolution", 1);
70763
70763
  new S(0, 0, 0);
@@ -73822,7 +73822,7 @@ class eh extends Se {
73822
73822
  }
73823
73823
  getMesh(t) {
73824
73824
  let i = null;
73825
- if (t === fa.HorizontalBillboard ? i = new pi(1, 1, 0) : t === fa.VerticalBillboard && (i = new pi(1, 0, 1)), !i && (this.particleMesh instanceof me && (i = this.particleMesh.geometry), i === null)) {
73825
+ if (t === al.HorizontalBillboard ? i = new pi(1, 1, 0) : t === al.VerticalBillboard && (i = new pi(1, 0, 1)), !i && (this.particleMesh instanceof me && (i = this.particleMesh.geometry), i === null)) {
73826
73826
  i = new Xn(1, 1);
73827
73827
  const r = i.attributes.uv;
73828
73828
  for (let o = 0; o < r.count; o++)
@@ -73960,7 +73960,7 @@ class Rne extends Kf {
73960
73960
  if (t.rotation === void 0)
73961
73961
  return;
73962
73962
  const s = t.age / t.life;
73963
- if (typeof t.rotation == "number" && (this.system.rotationOverLifetime.enabled ? t.rotation += this.system.rotationOverLifetime.evaluate(s, t[HB]) * i : this.system.renderer.renderMode === fa.Billboard && (t.rotation = Math.PI), this.system.rotationBySpeed.enabled)) {
73963
+ if (typeof t.rotation == "number" && (this.system.rotationOverLifetime.enabled ? t.rotation += this.system.rotationOverLifetime.evaluate(s, t[HB]) * i : this.system.renderer.renderMode === al.Billboard && (t.rotation = Math.PI), this.system.rotationBySpeed.enabled)) {
73964
73964
  const r = t.velocity.length();
73965
73965
  t.rotation += this.system.rotationBySpeed.evaluate(s, r) * i;
73966
73966
  }
@@ -73978,13 +73978,11 @@ class Bne extends Kf {
73978
73978
  t[VB] = Math.random(), this._minSize = this.system.renderer.minParticleSize, this._maxSize = this.system.renderer.maxParticleSize;
73979
73979
  }
73980
73980
  update(t, i) {
73981
- if (this.system.renderer.renderMode !== fa.Mesh) {
73982
- const s = t.age / t.life;
73983
- let r = 1;
73984
- this.system.sizeOverLifetime.enabled && (r *= this.system.sizeOverLifetime.evaluate(s, void 0, t[VB]).x);
73985
- const o = this.system.worldScale.x / this.system.cameraScale;
73986
- t.size = t.startSize * r * o;
73987
- }
73981
+ const s = t.age / t.life;
73982
+ let r = 1;
73983
+ this.system.sizeOverLifetime.enabled && (r *= this.system.sizeOverLifetime.evaluate(s, void 0, t[VB]).x);
73984
+ const o = this.system.worldScale.x / this.system.cameraScale;
73985
+ t.size = t.startSize * r * o;
73988
73986
  }
73989
73987
  }
73990
73988
  const _d = Symbol("particleLife"), Cw = Symbol("trailLifetime"), WB = Symbol("trailStartLength"), Sw = Symbol("trailWidthRandom");
@@ -74127,15 +74125,15 @@ class Lne {
74127
74125
  if (this.system.trails.enabled === !0)
74128
74126
  return yt.Trail;
74129
74127
  switch (this.system.renderer.renderMode) {
74130
- case fa.Billboard:
74128
+ case al.Billboard:
74131
74129
  return yt.BillBoard;
74132
- case fa.Stretch:
74130
+ case al.Stretch:
74133
74131
  return yt.StretchedBillBoard;
74134
- case fa.HorizontalBillboard:
74132
+ case al.HorizontalBillboard:
74135
74133
  return yt.LocalSpace;
74136
- case fa.VerticalBillboard:
74134
+ case al.VerticalBillboard:
74137
74135
  return yt.LocalSpace;
74138
- case fa.Mesh:
74136
+ case al.Mesh:
74139
74137
  return yt.LocalSpace;
74140
74138
  }
74141
74139
  return yt.BillBoard;
@@ -75067,29 +75065,29 @@ var qne = Object.defineProperty, Xne = Object.getOwnPropertyDescriptor, __ = (n,
75067
75065
  (o = n[r]) && (s = (i ? o(e, t, s) : o(s)) || s);
75068
75066
  return i && s && qne(e, t, s), s;
75069
75067
  };
75070
- const pa = le("debugskybox");
75068
+ const fa = le("debugskybox");
75071
75069
  KI("skybox-image");
75072
75070
  KI("environment-image");
75073
75071
  function KB(n, e, t, i, s) {
75074
75072
  const r = new Nc();
75075
75073
  r.allowDrop = !1, r.allowNetworking = !1, r.background = t, r.environment = i, $.addComponent(n.scene, r);
75076
75074
  const o = (a) => {
75077
- typeof a == "string" && (pa && console.log(s, "CHANGED TO", a), r.setSkybox(a));
75075
+ typeof a == "string" && (fa && console.log(s, "CHANGED TO", a), r.setSkybox(a));
75078
75076
  };
75079
75077
  return DN(n.domElement, s, o), r.addEventListener("destroy", () => {
75080
- pa && console.log("Destroyed attribute remote skybox", s), kN(n.domElement, s, o);
75078
+ fa && console.log("Destroyed attribute remote skybox", s), kN(n.domElement, s, o);
75081
75079
  }), r.setSkybox(e);
75082
75080
  }
75083
75081
  Xi.addContextCreatedCallback((n) => {
75084
75082
  const e = n.context, t = e.domElement.getAttribute("skybox-image"), i = e.domElement.getAttribute("environment-image");
75085
75083
  let s = new Array();
75086
75084
  if (t) {
75087
- pa && console.log("Creating remote skybox to load " + t);
75085
+ fa && console.log("Creating remote skybox to load " + t);
75088
75086
  const r = KB(e, t, !0, !1, "skybox-image");
75089
75087
  s.push(r);
75090
75088
  }
75091
75089
  if (i) {
75092
- pa && console.log("Creating remote environment to load " + i);
75090
+ fa && console.log("Creating remote environment to load " + i);
75093
75091
  const r = KB(e, i, !1, !0, "environment-image");
75094
75092
  s.push(r);
75095
75093
  }
@@ -75100,7 +75098,7 @@ function UU() {
75100
75098
  }
75101
75099
  function Yne(n) {
75102
75100
  const t = UU().find((i) => i.src === n);
75103
- return t ? (pa && console.log("Skybox: Found previously loaded texture for " + n), t.texture) : null;
75101
+ return t ? (fa && console.log("Skybox: Found previously loaded texture for " + n), t.texture) : null;
75104
75102
  }
75105
75103
  async function Kne(n) {
75106
75104
  const e = await n;
@@ -75145,7 +75143,7 @@ class Nc extends Se {
75145
75143
  var r;
75146
75144
  if (!this.activeAndEnabled || !t)
75147
75145
  return;
75148
- if (!(t != null && t.endsWith(".hdr")) && !t.endsWith(".exr") && !t.endsWith(".jpg") && !t.endsWith(".png") && !t.endsWith(".jpeg") && console.warn("Potentially invalid skybox url", this.url, "on", this.name), pa && console.log("Remote skybox url?: " + t), this._prevUrl === t && this._prevLoadedEnvironment) {
75146
+ if (!(t != null && t.endsWith(".hdr")) && !t.endsWith(".exr") && !t.endsWith(".jpg") && !t.endsWith(".png") && !t.endsWith(".jpeg") && console.warn("Potentially invalid skybox url", this.url, "on", this.name), fa && console.log("Remote skybox url?: " + t), this._prevUrl === t && this._prevLoadedEnvironment) {
75149
75147
  this.applySkybox();
75150
75148
  return;
75151
75149
  } else
@@ -75167,14 +75165,14 @@ class Nc extends Se {
75167
75165
  return u;
75168
75166
  }
75169
75167
  const s = t.endsWith(".exr"), r = t.endsWith(".hdr");
75170
- s ? this._loader instanceof dS || (this._loader = new dS()) : r ? this._loader instanceof YB || (this._loader = new YB()) : this._loader instanceof Ec || (this._loader = new Ec()), pa && console.log("Loading skybox: " + t);
75168
+ s ? this._loader instanceof dS || (this._loader = new dS()) : r ? this._loader instanceof YB || (this._loader = new YB()) : this._loader instanceof Ec || (this._loader = new Ec()), fa && console.log("Loading skybox: " + t);
75171
75169
  const o = this._loader.loadAsync(t);
75172
75170
  return Jne(t, o), await o;
75173
75171
  }
75174
75172
  applySkybox() {
75175
75173
  var i;
75176
75174
  const t = this._prevLoadedEnvironment;
75177
- t && (t.mapping = zd, t.needsUpdate = !0, this.context.scene.background !== t && (this._prevBackground = this.context.scene.background), this.context.scene.environment !== t && (this._prevEnvironment = this.context.scene.environment), pa && console.log("Set remote skybox", this.url), this.environment && (this.context.scene.environment = t), this.background && !Qi.backgroundShouldBeTransparent(this.context) && (this.context.scene.background = t), ((i = this.context.mainCameraComponent) == null ? void 0 : i.backgroundBlurriness) !== void 0 && (this.context.scene.backgroundBlurriness = this.context.mainCameraComponent.backgroundBlurriness));
75175
+ t && (t.mapping = zd, t.needsUpdate = !0, this.context.scene.background !== t && (this._prevBackground = this.context.scene.background), this.context.scene.environment !== t && (this._prevEnvironment = this.context.scene.environment), fa && console.log("Set remote skybox", this.url), this.environment && (this.context.scene.environment = t), this.background && !Qi.backgroundShouldBeTransparent(this.context) && (this.context.scene.background = t), ((i = this.context.mainCameraComponent) == null ? void 0 : i.backgroundBlurriness) !== void 0 && (this.context.scene.backgroundBlurriness = this.context.mainCameraComponent.backgroundBlurriness));
75178
75176
  }
75179
75177
  registerDropEvents() {
75180
75178
  this.dragOverEvent || (this.dragOverEvent = (t) => {
@@ -75187,9 +75185,9 @@ class Nc extends Se {
75187
75185
  for (const a of t.dataTransfer.types)
75188
75186
  if (a === "text/uri-list") {
75189
75187
  const l = t.dataTransfer.getData(a);
75190
- pa && console.log(a, l);
75188
+ fa && console.log(a, l);
75191
75189
  let c = (s = (i = new RegExp(/polyhaven.com\/asset_img\/.+?\/(?<name>.+)\.png/).exec(l)) == null ? void 0 : i.groups) == null ? void 0 : s.name;
75192
- if (c || (c = (o = (r = new RegExp(/polyhaven\.com\/a\/(?<name>.+)/).exec(l)) == null ? void 0 : r.groups) == null ? void 0 : o.name), pa && console.log(c), c) {
75190
+ if (c || (c = (o = (r = new RegExp(/polyhaven\.com\/a\/(?<name>.+)/).exec(l)) == null ? void 0 : r.groups) == null ? void 0 : o.name), fa && console.log(c), c) {
75193
75191
  const u = "https://dl.polyhaven.org/file/ph-assets/HDRIs/exr/1k/" + c + "_1k.exr";
75194
75192
  this.setSkybox(u);
75195
75193
  } else
@@ -75215,7 +75213,7 @@ __([
75215
75213
  __([
75216
75214
  w()
75217
75215
  ], Nc.prototype, "environment", 2);
75218
- var Zne = Object.defineProperty, $ne = Object.getOwnPropertyDescriptor, ka = (n, e, t, i) => {
75216
+ var Zne = Object.defineProperty, $ne = Object.getOwnPropertyDescriptor, Da = (n, e, t, i) => {
75219
75217
  for (var s = i > 1 ? void 0 : i ? $ne(e, t) : e, r = n.length - 1, o; r >= 0; r--)
75220
75218
  (o = n[r]) && (s = (i ? o(e, t, s) : o(s)) || s);
75221
75219
  return i && s && Zne(e, t, s), s;
@@ -75311,7 +75309,7 @@ class Ao extends Se {
75311
75309
  }
75312
75310
  }
75313
75311
  onEnable() {
75314
- globalThis.addEventListener("popstate", this.onPopState), this.context.input.addEventListener($a.KeyDown, this.onKeyDown), this.context.input.addEventListener($a.PointerMove, this.onPointerMove), this.context.input.addEventListener($a.PointerUp, this.onPointerUp), this._engineElementOverserver || (this._engineElementOverserver = new MutationObserver((t) => {
75312
+ globalThis.addEventListener("popstate", this.onPopState), this.context.input.addEventListener(Za.KeyDown, this.onKeyDown), this.context.input.addEventListener(Za.PointerMove, this.onPointerMove), this.context.input.addEventListener(Za.PointerUp, this.onPointerUp), this._engineElementOverserver || (this._engineElementOverserver = new MutationObserver((t) => {
75315
75313
  for (const i of t)
75316
75314
  if (i.type === "attributes" && i.attributeName === Py) {
75317
75315
  const s = this.context.domElement.getAttribute(Py);
@@ -75323,7 +75321,7 @@ class Ao extends Se {
75323
75321
  }
75324
75322
  onDisable() {
75325
75323
  var t;
75326
- globalThis.removeEventListener("popstate", this.onPopState), this.context.input.removeEventListener($a.KeyDown, this.onKeyDown), this.context.input.removeEventListener($a.PointerMove, this.onPointerMove), this.context.input.removeEventListener($a.PointerUp, this.onPointerUp), (t = this._preloadScheduler) == null || t.stop();
75324
+ globalThis.removeEventListener("popstate", this.onPopState), this.context.input.removeEventListener(Za.KeyDown, this.onKeyDown), this.context.input.removeEventListener(Za.PointerMove, this.onPointerMove), this.context.input.removeEventListener(Za.PointerUp, this.onPointerUp), (t = this._preloadScheduler) == null || t.stop();
75327
75325
  }
75328
75326
  selectNext() {
75329
75327
  return this.select(this._currentIndex + 1);
@@ -75417,34 +75415,34 @@ class Ao extends Se {
75417
75415
  return nr() && console.warn('Can not find scene: "' + t + '"', this), lc;
75418
75416
  }
75419
75417
  }
75420
- ka([
75418
+ Da([
75421
75419
  w(ns)
75422
75420
  ], Ao.prototype, "scenes", 2);
75423
- ka([
75421
+ Da([
75424
75422
  w()
75425
75423
  ], Ao.prototype, "queryParameterName", 2);
75426
- ka([
75424
+ Da([
75427
75425
  w()
75428
75426
  ], Ao.prototype, "clamp", 2);
75429
- ka([
75427
+ Da([
75430
75428
  w()
75431
75429
  ], Ao.prototype, "useHistory", 2);
75432
- ka([
75430
+ Da([
75433
75431
  w()
75434
75432
  ], Ao.prototype, "useKeyboard", 2);
75435
- ka([
75433
+ Da([
75436
75434
  w()
75437
75435
  ], Ao.prototype, "useSwipe", 2);
75438
- ka([
75436
+ Da([
75439
75437
  w()
75440
75438
  ], Ao.prototype, "useSceneLighting", 2);
75441
- ka([
75439
+ Da([
75442
75440
  w()
75443
75441
  ], Ao.prototype, "preloadNext", 2);
75444
- ka([
75442
+ Da([
75445
75443
  w()
75446
75444
  ], Ao.prototype, "preloadPrevious", 2);
75447
- ka([
75445
+ Da([
75448
75446
  w()
75449
75447
  ], Ao.prototype, "preloadConcurrent", 2);
75450
75448
  class ese {
@@ -77321,7 +77319,7 @@ var Cse = Object.defineProperty, Sse = Object.getOwnPropertyDescriptor, bu = (n,
77321
77319
  (o = n[r]) && (s = (i ? o(e, t, s) : o(s)) || s);
77322
77320
  return i && s && Cse(e, t, s), s;
77323
77321
  }, kS = /* @__PURE__ */ ((n) => (n[n.Performance = 0] = "Performance", n[n.Low = 1] = "Low", n[n.Medium = 2] = "Medium", n[n.High = 3] = "High", n[n.Ultra = 4] = "Ultra", n))(kS || {});
77324
- class Oa extends Hs {
77322
+ class ka extends Hs {
77325
77323
  constructor() {
77326
77324
  super(...arguments);
77327
77325
  h(this, "gammaCorrection", !0);
@@ -77362,28 +77360,28 @@ class Oa extends Hs {
77362
77360
  bu([
77363
77361
  uo(),
77364
77362
  w()
77365
- ], Oa.prototype, "gammaCorrection", 2);
77363
+ ], ka.prototype, "gammaCorrection", 2);
77366
77364
  bu([
77367
77365
  w(It)
77368
- ], Oa.prototype, "intensity", 2);
77366
+ ], ka.prototype, "intensity", 2);
77369
77367
  bu([
77370
77368
  w(It)
77371
- ], Oa.prototype, "falloff", 2);
77369
+ ], ka.prototype, "falloff", 2);
77372
77370
  bu([
77373
77371
  w(It)
77374
- ], Oa.prototype, "aoRadius", 2);
77372
+ ], ka.prototype, "aoRadius", 2);
77375
77373
  bu([
77376
77374
  uo(),
77377
77375
  w()
77378
- ], Oa.prototype, "screenspaceRadius", 2);
77376
+ ], ka.prototype, "screenspaceRadius", 2);
77379
77377
  bu([
77380
77378
  w(It)
77381
- ], Oa.prototype, "color", 2);
77379
+ ], ka.prototype, "color", 2);
77382
77380
  bu([
77383
77381
  uo(),
77384
77382
  w()
77385
- ], Oa.prototype, "quality", 2);
77386
- Wo("ScreenSpaceAmbientOcclusionN8", Oa);
77383
+ ], ka.prototype, "quality", 2);
77384
+ Wo("ScreenSpaceAmbientOcclusionN8", ka);
77387
77385
  var Ese = Object.defineProperty, Ise = Object.getOwnPropertyDescriptor, VU = (n, e, t, i) => {
77388
77386
  for (var s = i > 1 ? void 0 : i ? Ise(e, t) : e, r = n.length - 1, o; r >= 0; r--)
77389
77387
  (o = n[r]) && (s = (i ? o(e, t, s) : o(s)) || s);
@@ -78072,15 +78070,15 @@ class Qse {
78072
78070
  s.key === "Escape" && this.spectator.stopSpectating();
78073
78071
  });
78074
78072
  let i = 0;
78075
- this.context.input.addEventListener($a.PointerDown, (s) => {
78073
+ this.context.input.addEventListener(Za.PointerDown, (s) => {
78076
78074
  i = this.context.time.time;
78077
- }), this.context.input.addEventListener($a.PointerUp, (s) => {
78075
+ }), this.context.input.addEventListener(Za.PointerUp, (s) => {
78078
78076
  const r = this.context.time.time - i;
78079
78077
  r > 1 ? this.spectator.stopSpectating() : this.context.input.getPointerClicked(0) && r < 0.3 && this.trySelectObject();
78080
78078
  });
78081
78079
  }
78082
78080
  trySelectObject() {
78083
- const e = new Ma();
78081
+ const e = new Ia();
78084
78082
  e.setMask(16777215);
78085
78083
  const t = this.context.physics.raycast(e);
78086
78084
  if (vr && console.log(...t), t != null && t.length)
@@ -79036,7 +79034,7 @@ class pre extends Ie {
79036
79034
  [new me(_, a), null, [Math.PI / 2, 0, 0]]
79037
79035
  ],
79038
79036
  XYZ: [
79039
- [new me(new ma(0.1, 0), d.clone()), [0, 0, 0]]
79037
+ [new me(new ga(0.1, 0), d.clone()), [0, 0, 0]]
79040
79038
  ],
79041
79039
  XY: [
79042
79040
  [new me(new pi(0.15, 0.15, 0.01), u.clone()), [0.15, 0.15, 0]]
@@ -79061,7 +79059,7 @@ class pre extends Ie {
79061
79059
  [new me(new Wi(0.2, 0, 0.6, 4), i), [0, 0, -0.3], [-Math.PI / 2, 0, 0]]
79062
79060
  ],
79063
79061
  XYZ: [
79064
- [new me(new ma(0.2, 0), i)]
79062
+ [new me(new ga(0.2, 0), i)]
79065
79063
  ],
79066
79064
  XY: [
79067
79065
  [new me(new pi(0.2, 0.2, 0.01), i), [0.15, 0.15, 0]]
@@ -79074,10 +79072,10 @@ class pre extends Ie {
79074
79072
  ]
79075
79073
  }, T = {
79076
79074
  START: [
79077
- [new me(new ma(0.01, 2), s), null, null, null, "helper"]
79075
+ [new me(new ga(0.01, 2), s), null, null, null, "helper"]
79078
79076
  ],
79079
79077
  END: [
79080
- [new me(new ma(0.01, 2), s), null, null, null, "helper"]
79078
+ [new me(new ga(0.01, 2), s), null, null, null, "helper"]
79081
79079
  ],
79082
79080
  DELTA: [
79083
79081
  [new nn(b(), s), null, null, null, "helper"]
@@ -80111,7 +80109,7 @@ const kre = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
80111
80109
  Avatar_MustacheShake: oU,
80112
80110
  Avatar_POI: ir,
80113
80111
  AxesHelper: eA,
80114
- BaseUIComponent: Sa,
80112
+ BaseUIComponent: Ca,
80115
80113
  BasicIKConstraint: lU,
80116
80114
  BehaviorExtension: CI,
80117
80115
  BehaviorModel: bs,
@@ -80140,7 +80138,7 @@ const kre = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
80140
80138
  CustomBranding: vu,
80141
80139
  Deletable: _U,
80142
80140
  DeleteBox: BI,
80143
- DepthOfField: Ba,
80141
+ DepthOfField: Ra,
80144
80142
  DeviceFlag: DI,
80145
80143
  DocumentExtension: xU,
80146
80144
  DragControls: zh,
@@ -80223,7 +80221,7 @@ const kre = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
80223
80221
  SceneSwitcher: Ao,
80224
80222
  ScreenCapture: x_,
80225
80223
  ScreenSpaceAmbientOcclusion: th,
80226
- ScreenSpaceAmbientOcclusionN8: Oa,
80224
+ ScreenSpaceAmbientOcclusionN8: ka,
80227
80225
  SetActiveOnClick: sA,
80228
80226
  ShadowCatcher: w_,
80229
80227
  ShapeModule: _n,
@@ -80470,7 +80468,7 @@ Q.add("AvatarLoader", F1);
80470
80468
  Q.add("AvatarMarker", is);
80471
80469
  Q.add("AvatarModel", L1);
80472
80470
  Q.add("AxesHelper", eA);
80473
- Q.add("BaseUIComponent", Sa);
80471
+ Q.add("BaseUIComponent", Ca);
80474
80472
  Q.add("BasicIKConstraint", lU);
80475
80473
  Q.add("BehaviorExtension", CI);
80476
80474
  Q.add("BehaviorModel", bs);
@@ -80499,7 +80497,7 @@ Q.add("ControlTrackHandler", bI);
80499
80497
  Q.add("CustomBranding", vu);
80500
80498
  Q.add("Deletable", _U);
80501
80499
  Q.add("DeleteBox", BI);
80502
- Q.add("DepthOfField", Ba);
80500
+ Q.add("DepthOfField", Ra);
80503
80501
  Q.add("DeviceFlag", DI);
80504
80502
  Q.add("DocumentExtension", xU);
80505
80503
  Q.add("DragControls", zh);
@@ -80585,7 +80583,7 @@ Q.add("RotationOverLifetimeModule", qo);
80585
80583
  Q.add("SceneSwitcher", Ao);
80586
80584
  Q.add("ScreenCapture", x_);
80587
80585
  Q.add("ScreenSpaceAmbientOcclusion", th);
80588
- Q.add("ScreenSpaceAmbientOcclusionN8", Oa);
80586
+ Q.add("ScreenSpaceAmbientOcclusionN8", ka);
80589
80587
  Q.add("SetActiveOnClick", sA);
80590
80588
  Q.add("ShadowCatcher", w_);
80591
80589
  Q.add("ShapeModule", _n);
@@ -80739,7 +80737,7 @@ async function NS(n, e, t, i) {
80739
80737
  ${o}
80740
80738
 
80741
80739
  This could mean you forgot to add a npmdef to your ExportInfo
80742
- <a href="https://engine.needle.tools/docs/project_structure.html#creating-and-installing-a-npmdef" target="_blank">documentation</a>`, va.Warn);
80740
+ <a href="https://engine.needle.tools/docs/project_structure.html#creating-and-installing-a-npmdef" target="_blank">documentation</a>`, Aa.Warn);
80743
80741
  }
80744
80742
  }
80745
80743
  if (e.children)
@@ -80792,7 +80790,7 @@ function Fd(n, e) {
80792
80790
  t(e);
80793
80791
  }
80794
80792
  async function nN(n, e, t, i, s) {
80795
- Vre && console.warn("glTF", e, t), await xa().createBuiltinComponents(n, e, t, i, s);
80793
+ Vre && console.warn("glTF", e, t), await _a().createBuiltinComponents(n, e, t, i, s);
80796
80794
  }
80797
80795
  function sN(n, e) {
80798
80796
  const t = new bf();
@@ -80985,7 +80983,7 @@ class aN extends HTMLElement {
80985
80983
  (t == null ? void 0 : t.length) > 0 && (a = async (f) => {
80986
80984
  let p = 0;
80987
80985
  f.hash && (p = Number.parseInt(f.hash) ?? 0);
80988
- const g = xa();
80986
+ const g = _a();
80989
80987
  for (let m = 0; m < t.length; m++) {
80990
80988
  if (this._loadId !== i)
80991
80989
  return l;
@@ -81197,7 +81195,7 @@ function Rae(n) {
81197
81195
  for (const d of s) {
81198
81196
  const f = d, p = f.isComponent === !0, g = p ? f.activeAndEnabled : !0, m = p ? f.context : void 0;
81199
81197
  try {
81200
- if (p && rl(f, m), p && g && (f.enabled = !1), d.onBeforeHotReloadFields && d.onBeforeHotReloadFields() === !1)
81198
+ if (p && sl(f, m), p && g && (f.enabled = !1), d.onBeforeHotReloadFields && d.onBeforeHotReloadFields() === !1)
81201
81199
  continue;
81202
81200
  for (const A in u)
81203
81201
  if (u[A].writable) {
@@ -81223,7 +81221,7 @@ function Rae(n) {
81223
81221
  else
81224
81222
  return !1;
81225
81223
  } finally {
81226
- lm = !1, ll(va.Log, "Script changes applied (HMR)");
81224
+ lm = !1, ll(Aa.Log, "Script changes applied (HMR)");
81227
81225
  }
81228
81226
  return !0;
81229
81227
  }
@@ -81363,9 +81361,9 @@ class D0 {
81363
81361
  Qe.raweventqueue_clear(this.ptr);
81364
81362
  }
81365
81363
  }
81366
- class ga {
81364
+ class pa {
81367
81365
  static __wrap(e) {
81368
- const t = Object.create(ga.prototype);
81366
+ const t = Object.create(pa.prototype);
81369
81367
  return t.ptr = e, t;
81370
81368
  }
81371
81369
  __destroy_into_raw() {
@@ -81379,22 +81377,22 @@ class ga {
81379
81377
  static spherical(e, t) {
81380
81378
  mt(e, ut), mt(t, ut);
81381
81379
  const i = Qe.rawgenericjoint_spherical(e.ptr, t.ptr);
81382
- return ga.__wrap(i);
81380
+ return pa.__wrap(i);
81383
81381
  }
81384
81382
  static prismatic(e, t, i, s, r, o) {
81385
81383
  mt(e, ut), mt(t, ut), mt(i, ut);
81386
81384
  const a = Qe.rawgenericjoint_prismatic(e.ptr, t.ptr, i.ptr, s, r, o);
81387
- return a === 0 ? void 0 : ga.__wrap(a);
81385
+ return a === 0 ? void 0 : pa.__wrap(a);
81388
81386
  }
81389
81387
  static fixed(e, t, i, s) {
81390
81388
  mt(e, ut), mt(t, Qn), mt(i, ut), mt(s, Qn);
81391
81389
  const r = Qe.rawgenericjoint_fixed(e.ptr, t.ptr, i.ptr, s.ptr);
81392
- return ga.__wrap(r);
81390
+ return pa.__wrap(r);
81393
81391
  }
81394
81392
  static revolute(e, t, i) {
81395
81393
  mt(e, ut), mt(t, ut), mt(i, ut);
81396
81394
  const s = Qe.rawgenericjoint_revolute(e.ptr, t.ptr, i.ptr);
81397
- return s === 0 ? void 0 : ga.__wrap(s);
81395
+ return s === 0 ? void 0 : pa.__wrap(s);
81398
81396
  }
81399
81397
  }
81400
81398
  class sM {
@@ -81996,16 +81994,16 @@ class wd {
81996
81994
  switch (this.jointType) {
81997
81995
  case na.Fixed:
81998
81996
  let l = Ii.intoRaw(this.frame1), c = Ii.intoRaw(this.frame2);
81999
- t = ga.fixed(i, l, s, c), l.free(), c.free();
81997
+ t = pa.fixed(i, l, s, c), l.free(), c.free();
82000
81998
  break;
82001
81999
  case na.Prismatic:
82002
- e = Te.intoRaw(this.axis), this.limitsEnabled && (r = !0, o = this.limits[0], a = this.limits[1]), t = ga.prismatic(i, s, e, r, o, a), e.free();
82000
+ e = Te.intoRaw(this.axis), this.limitsEnabled && (r = !0, o = this.limits[0], a = this.limits[1]), t = pa.prismatic(i, s, e, r, o, a), e.free();
82003
82001
  break;
82004
82002
  case na.Spherical:
82005
- t = ga.spherical(i, s);
82003
+ t = pa.spherical(i, s);
82006
82004
  break;
82007
82005
  case na.Revolute:
82008
- e = Te.intoRaw(this.axis), t = ga.revolute(i, s, e), e.free();
82006
+ e = Te.intoRaw(this.axis), t = pa.revolute(i, s, e), e.free();
82009
82007
  }
82010
82008
  return i.free(), s.free(), t;
82011
82009
  }
@@ -83012,30 +83010,30 @@ const Eg = class {
83012
83010
  const a = e.sharedMaterial;
83013
83011
  if (a) {
83014
83012
  switch (t.setRestitution(a.bounciness), a.bounceCombine) {
83015
- case qa.Average:
83013
+ case ja.Average:
83016
83014
  t.setRestitutionCombineRule(Zr.Average);
83017
83015
  break;
83018
- case qa.Maximum:
83016
+ case ja.Maximum:
83019
83017
  t.setRestitutionCombineRule(Zr.Max);
83020
83018
  break;
83021
- case qa.Minimum:
83019
+ case ja.Minimum:
83022
83020
  t.setRestitutionCombineRule(Zr.Min);
83023
83021
  break;
83024
- case qa.Multiply:
83022
+ case ja.Multiply:
83025
83023
  t.setRestitutionCombineRule(Zr.Multiply);
83026
83024
  break;
83027
83025
  }
83028
83026
  switch (t.setFriction(a.dynamicFriction), a.frictionCombine) {
83029
- case qa.Average:
83027
+ case ja.Average:
83030
83028
  t.setFrictionCombineRule(Zr.Average);
83031
83029
  break;
83032
- case qa.Maximum:
83030
+ case ja.Maximum:
83033
83031
  t.setFrictionCombineRule(Zr.Max);
83034
83032
  break;
83035
- case qa.Minimum:
83033
+ case ja.Minimum:
83036
83034
  t.setFrictionCombineRule(Zr.Min);
83037
83035
  break;
83038
- case qa.Multiply:
83036
+ case ja.Multiply:
83039
83037
  t.setFrictionCombineRule(Zr.Multiply);
83040
83038
  break;
83041
83039
  }
@@ -83459,7 +83457,7 @@ export {
83459
83457
  ir as Avatar_POI,
83460
83458
  Lp as Axes,
83461
83459
  eA as AxesHelper,
83462
- Sa as BaseUIComponent,
83460
+ Ca as BaseUIComponent,
83463
83461
  lU as BasicIKConstraint,
83464
83462
  CI as BehaviorExtension,
83465
83463
  bs as BehaviorModel,
@@ -83505,7 +83503,7 @@ export {
83505
83503
  JC as DefaultReflectionMode,
83506
83504
  _U as Deletable,
83507
83505
  BI as DeleteBox,
83508
- Ba as DepthOfField,
83506
+ Ra as DepthOfField,
83509
83507
  DI as DeviceFlag,
83510
83508
  xU as DocumentExtension,
83511
83509
  zh as DragControls,
@@ -83551,7 +83549,7 @@ export {
83551
83549
  l7 as ImageReferenceSerializer,
83552
83550
  Au as InheritVelocityModule,
83553
83551
  F8 as Input,
83554
- $a as InputEvents,
83552
+ Za as InputEvents,
83555
83553
  Vf as InputField,
83556
83554
  xr as InstancingUtil,
83557
83555
  c9 as InstantiateEvent,
@@ -83568,7 +83566,7 @@ export {
83568
83566
  Ln as LimitVelocityOverLifetimeModule,
83569
83567
  oae as LoadingElementOptions,
83570
83568
  TU as LogStats,
83571
- va as LogType,
83569
+ Aa as LogType,
83572
83570
  jf as LookAt,
83573
83571
  Fb as LookAtConstraint,
83574
83572
  ws as MainModule,
@@ -83602,7 +83600,7 @@ export {
83602
83600
  kn as ParticleSystem,
83603
83601
  eh as ParticleSystemRenderer,
83604
83602
  t6 as Physics,
83605
- qa as PhysicsMaterialCombine,
83603
+ ja as PhysicsMaterialCombine,
83606
83604
  b_ as PixelationEffect,
83607
83605
  fu as PlayAnimationOnClick,
83608
83606
  oA as PlayAudioOnClick,
@@ -83624,7 +83622,7 @@ export {
83624
83622
  Ei as RGBAColor,
83625
83623
  $u as RapierPhysics,
83626
83624
  MI as RawImage,
83627
- Ma as RaycastOptions,
83625
+ Ia as RaycastOptions,
83628
83626
  Km as Raycaster,
83629
83627
  hU as Rect,
83630
83628
  zs as RectTransform,
@@ -83645,7 +83643,7 @@ export {
83645
83643
  Ao as SceneSwitcher,
83646
83644
  x_ as ScreenCapture,
83647
83645
  th as ScreenSpaceAmbientOcclusion,
83648
- Oa as ScreenSpaceAmbientOcclusionN8,
83646
+ ka as ScreenSpaceAmbientOcclusionN8,
83649
83647
  gr as SendQueue,
83650
83648
  sA as SetActiveOnClick,
83651
83649
  w_ as ShadowCatcher,
@@ -83793,7 +83791,7 @@ export {
83793
83791
  Toe as getIp,
83794
83792
  Poe as getIpAndLocation,
83795
83793
  Moe as getIpCloudflare,
83796
- xa as getLoader,
83794
+ _a as getLoader,
83797
83795
  t1 as getOrAddComponent,
83798
83796
  le as getParam,
83799
83797
  Eoe as getPath,