@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.
@@ -25052,7 +25052,7 @@ class BoundUtil {
25052
25052
  console.warn("genGSplatBounds: No position data available");
25053
25053
  return bound;
25054
25054
  }
25055
- const matrix = obj.transform.worldMatrix;
25055
+ const matrix = gsplatRenderer.object3D.transform.worldMatrix;
25056
25056
  const point = new Vector3();
25057
25057
  for (let i = 0; i < count; i++) {
25058
25058
  const idx = i * 3;
@@ -41253,7 +41253,7 @@ class PostProcessingComponent extends ComponentBase {
41253
41253
  }
41254
41254
  }
41255
41255
 
41256
- const version = "1.0.20";
41256
+ const version = "1.0.21";
41257
41257
 
41258
41258
  class Engine3D {
41259
41259
  /**