@xeokit/xeokit-sdk 2.3.0-beta-5 → 2.3.0-beta-6
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/xeokit-sdk.cjs.js
CHANGED
|
@@ -56071,9 +56071,9 @@ class LinesBatchingLayer {
|
|
|
56071
56071
|
|
|
56072
56072
|
if (cfg.positionsDecodeMatrix) {
|
|
56073
56073
|
this._state.positionsDecodeMatrix.set(cfg.positionsDecodeMatrix);
|
|
56074
|
-
this.
|
|
56074
|
+
this._preCompressedPositionsExpected = true;
|
|
56075
56075
|
} else {
|
|
56076
|
-
this.
|
|
56076
|
+
this._preCompressedPositionsExpected = false;
|
|
56077
56077
|
}
|
|
56078
56078
|
|
|
56079
56079
|
if (cfg.origin) {
|
package/dist/xeokit-sdk.es.js
CHANGED
|
@@ -56067,9 +56067,9 @@ class LinesBatchingLayer {
|
|
|
56067
56067
|
|
|
56068
56068
|
if (cfg.positionsDecodeMatrix) {
|
|
56069
56069
|
this._state.positionsDecodeMatrix.set(cfg.positionsDecodeMatrix);
|
|
56070
|
-
this.
|
|
56070
|
+
this._preCompressedPositionsExpected = true;
|
|
56071
56071
|
} else {
|
|
56072
|
-
this.
|
|
56072
|
+
this._preCompressedPositionsExpected = false;
|
|
56073
56073
|
}
|
|
56074
56074
|
|
|
56075
56075
|
if (cfg.origin) {
|