@rings-webgpu/core 1.0.21 → 1.0.22
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/rings.es.js +2 -2
- package/dist/rings.es.js.map +2 -2
- package/dist/rings.es.max.js +2 -2
- package/dist/rings.umd.js +2 -2
- package/dist/rings.umd.js.map +2 -2
- package/dist/rings.umd.max.js +2 -2
- package/package.json +1 -1
package/dist/rings.umd.max.js
CHANGED
|
@@ -25059,7 +25059,7 @@ struct InstanceData {
|
|
|
25059
25059
|
console.warn("genGSplatBounds: No position data available");
|
|
25060
25060
|
return bound;
|
|
25061
25061
|
}
|
|
25062
|
-
const matrix =
|
|
25062
|
+
const matrix = gsplatRenderer.object3D.transform.worldMatrix;
|
|
25063
25063
|
const point = new Vector3();
|
|
25064
25064
|
for (let i = 0; i < count; i++) {
|
|
25065
25065
|
const idx = i * 3;
|
|
@@ -41260,7 +41260,7 @@ else if (typeof exports === 'object')
|
|
|
41260
41260
|
}
|
|
41261
41261
|
}
|
|
41262
41262
|
|
|
41263
|
-
const version = "1.0.
|
|
41263
|
+
const version = "1.0.21";
|
|
41264
41264
|
|
|
41265
41265
|
class Engine3D {
|
|
41266
41266
|
/**
|