@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.
- package/dist/3dgs-lib.cjs +35 -15
- package/dist/3dgs-lib.cjs.map +1 -1
- package/dist/3dgs-lib.js +35 -15
- package/dist/3dgs-lib.js.map +1 -1
- package/dist/editor/SplatEditor.d.ts +2 -1
- package/package.json +1 -1
|
@@ -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 并返回其世界坐标及深度换算系数
|