@d5techs/3dgs-lib 1.4.73 → 1.4.75

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.
@@ -71,12 +71,11 @@ export declare class SplatEditor {
71
71
  private selectByMask;
72
72
  private selectByColor;
73
73
  /**
74
- * 球选择:以点击处最近 splat 为中心,拖拽半径定义世界空间球体
74
+ * 球选择:在屏幕空间判断 splat 是否在圆形区域内
75
75
  */
76
76
  private selectBySphere;
77
77
  /**
78
- * 盒选择:以点击处最近 splat 为中心,拖拽定义世界空间 AABB
79
- * X/Y 半宽由屏幕拖拽距离转换,Z 半深度取 max(halfW, halfH)
78
+ * 盒选择:在屏幕空间判断 splat 是否在矩形区域内
80
79
  */
81
80
  private selectByBox;
82
81
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@d5techs/3dgs-lib",
3
- "version": "1.4.73",
3
+ "version": "1.4.75",
4
4
  "description": "可扩展的 WebGPU 3D 渲染引擎",
5
5
  "type": "module",
6
6
  "main": "./dist/3dgs-lib.cjs",