@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.
@@ -25059,7 +25059,7 @@ struct InstanceData {
25059
25059
  console.warn("genGSplatBounds: No position data available");
25060
25060
  return bound;
25061
25061
  }
25062
- const matrix = obj.transform.worldMatrix;
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.20";
41263
+ const version = "1.0.21";
41264
41264
 
41265
41265
  class Engine3D {
41266
41266
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rings-webgpu/core",
3
- "version": "1.0.21",
3
+ "version": "1.0.22",
4
4
  "description": "Rings webgpu Engine",
5
5
  "main": "index.js",
6
6
  "exports": {