@jdultra/threedtiles 13.2.3 → 13.2.4
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/threedtiles.es.js
CHANGED
|
@@ -7130,7 +7130,6 @@ class kd extends Un {
|
|
|
7130
7130
|
h.needsUpdate = !0, h.setUsage(wi), c.setAttribute("order", h), c.instanceCount = 0, super(c, u), this.matrixAutoUpdate = !1, this.numBatches = 0, this.numVisibleBatches = 0, this.orderAttribute = h, this.textureSize = 1024, this.numTextures = 1, this.batchSize = r, this.maxSplats = o, this.numSplatsRendered = 0, this.positionColorRenderTarget = s, this.covarianceRenderTarget = A, this.renderer = e, this.sortID = 0, this.freeAddresses = new Ca();
|
|
7131
7131
|
for (let g = 0; g < this.maxSplats; g += r) this.freeAddresses.add(g);
|
|
7132
7132
|
this.worker = new Fd({}), this.sortListeners = [], this.worker.onmessage = (g) => {
|
|
7133
|
-
console.log(g.data.sortPerf);
|
|
7134
7133
|
const f = new Uint32Array(g.data.order);
|
|
7135
7134
|
if (this.numSplatsRendered = f.length, f.length > this.orderAttribute.count) {
|
|
7136
7135
|
const m = new yi(), p = new Float32Array([-0.5, 0.5, 0, 0.5, 0.5, 0, -0.5, -0.5, 0, 0.5, -0.5, 0]), E = [0, 2, 1, 2, 3, 1];
|