@spiffcommerce/preview 3.6.2-rc.0 → 3.6.2-rc.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.mjs +3 -5
- package/dist/index.umd.js +2 -2
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -11935,7 +11935,7 @@ class ne {
|
|
|
11935
11935
|
}, p);
|
|
11936
11936
|
};
|
|
11937
11937
|
c ? c instanceof ArrayBuffer ? Q(new Uint8Array(c)) : ArrayBuffer.isView(c) ? Q(c) : a && a("Unable to load: only ArrayBuffer or ArrayBufferView is supported", null) : this._loadFile(e, (Te) => Q(new Uint8Array(Te)), void 0, s ? s.offlineProvider : void 0, !0, (Te, he) => {
|
|
11938
|
-
ee("Unable to load " +
|
|
11938
|
+
ee("Unable to load " + he);
|
|
11939
11939
|
});
|
|
11940
11940
|
} else {
|
|
11941
11941
|
const Q = (Te) => {
|
|
@@ -53593,9 +53593,7 @@ const Ol = ["MODEL", "VIEW", "PROJECTION", "MODELVIEW", "MODELVIEWPROJECTION", "
|
|
|
53593
53593
|
const _ = t[d], p = l.meshes[_];
|
|
53594
53594
|
if (p)
|
|
53595
53595
|
for (let m = 0; m < p.primitives.length; m++) {
|
|
53596
|
-
const T = new me(), S = p.primitives[m];
|
|
53597
|
-
S.mode;
|
|
53598
|
-
const x = S.attributes;
|
|
53596
|
+
const T = new me(), S = p.primitives[m], x = S.attributes;
|
|
53599
53597
|
let b = null, I = null;
|
|
53600
53598
|
for (const C in x)
|
|
53601
53599
|
if (b = l.accessors[x[C]], I = pt.GetBufferFromAccessor(l, b), C === "NORMAL")
|
|
@@ -53633,7 +53631,7 @@ const Ol = ["MODEL", "VIEW", "PROJECTION", "MODELVIEW", "MODELVIEWPROJECTION", "
|
|
|
53633
53631
|
const _ = t[d], p = l.meshes[_];
|
|
53634
53632
|
if (p)
|
|
53635
53633
|
for (let m = 0; m < p.primitives.length; m++)
|
|
53636
|
-
|
|
53634
|
+
ci.AddToMesh(f, a[f], o[f], h[f], c[f], s, s, !0), f++;
|
|
53637
53635
|
}
|
|
53638
53636
|
return s;
|
|
53639
53637
|
}, Kn = (l, e, t, i) => {
|