@d5techs/3dgs-lib 1.4.76 → 1.4.77

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.
@@ -112,8 +112,9 @@ export declare class SplatEditor {
112
112
  */
113
113
  createVolumeTransformProxy(): TransformableObject | null;
114
114
  /**
115
- * 获取模型包围盒中心(世界空间)
115
+ * 获取模型世界空间包围盒(中心 + 尺寸)
116
116
  */
117
+ private getModelBounds;
117
118
  private getModelCenter;
118
119
  /**
119
120
  * 根据屏幕像素坐标,找到最近的可见 splat 并返回其世界坐标及深度换算系数
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@d5techs/3dgs-lib",
3
- "version": "1.4.76",
3
+ "version": "1.4.77",
4
4
  "description": "可扩展的 WebGPU 3D 渲染引擎",
5
5
  "type": "module",
6
6
  "main": "./dist/3dgs-lib.cjs",