@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.
- package/dist/3dgs-lib.cjs +35 -38
- package/dist/3dgs-lib.cjs.map +1 -1
- package/dist/3dgs-lib.js +35 -38
- package/dist/3dgs-lib.js.map +1 -1
- package/dist/editor/SplatEditor.d.ts +2 -3
- package/package.json +1 -1
|
@@ -71,12 +71,11 @@ export declare class SplatEditor {
|
|
|
71
71
|
private selectByMask;
|
|
72
72
|
private selectByColor;
|
|
73
73
|
/**
|
|
74
|
-
*
|
|
74
|
+
* 球选择:在屏幕空间判断 splat 是否在圆形区域内
|
|
75
75
|
*/
|
|
76
76
|
private selectBySphere;
|
|
77
77
|
/**
|
|
78
|
-
*
|
|
79
|
-
* X/Y 半宽由屏幕拖拽距离转换,Z 半深度取 max(halfW, halfH)
|
|
78
|
+
* 盒选择:在屏幕空间判断 splat 是否在矩形区域内
|
|
80
79
|
*/
|
|
81
80
|
private selectByBox;
|
|
82
81
|
/**
|