iflow-engine-base-3d 3.12.29 → 3.12.30

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.
@@ -2670,7 +2670,7 @@ class sr {
2670
2670
  magFilter: Qt,
2671
2671
  format: jn,
2672
2672
  // 移动端关闭多重采样,避免全分辨率多采样缓冲造成显存峰值。
2673
- samples: o ? 2 : 4
2673
+ samples: o ? 1 : 4
2674
2674
  });
2675
2675
  l.texture.colorSpace = qs, this.composer = new Ks(s, l), this.composer.setPixelRatio(r), this.composer.setSize(e, t);
2676
2676
  const c = new js(i, n);
@@ -2899,7 +2899,7 @@ function fr(a, e = {}) {
2899
2899
  }
2900
2900
  }
2901
2901
  let gt = null, ft = null, dn = null;
2902
- const yr = 8, ds = 24, Mr = 24, vr = 64, xr = 240, wr = 2, un = 4096, pn = /* @__PURE__ */ new WeakSet(), br = 10;
2902
+ const yr = 8, ds = 24, Mr = 24, vr = 64, xr = 240, wr = 2, un = 2048, pn = /* @__PURE__ */ new WeakSet(), br = 10;
2903
2903
  function us() {
2904
2904
  return ee("draco/", import.meta.url);
2905
2905
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iflow-engine-base-3d",
3
- "version": "3.12.29",
3
+ "version": "3.12.30",
4
4
  "description": "BIM Engine SDK for Vue2, Vue3, React and HTML",
5
5
  "main": "./dist/bim-engine-sdk.umd.js",
6
6
  "module": "./dist/bim-engine-sdk.es.js",