@d5techs/3dgs-lib 1.4.35 → 1.4.36
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 +1 -1
- package/dist/3dgs-lib.cjs.map +1 -1
- package/dist/3dgs-lib.js +1 -1
- package/dist/3dgs-lib.js.map +1 -1
- package/dist/App.d.ts +1 -1
- package/package.json +1 -1
package/dist/App.d.ts
CHANGED
|
@@ -173,7 +173,7 @@ export declare class App {
|
|
|
173
173
|
frameCurrentModel(animate?: boolean): boolean;
|
|
174
174
|
/**
|
|
175
175
|
* 将 orbit target 吸附到视口中心的模型表面点,保持相机位置不变。
|
|
176
|
-
*
|
|
176
|
+
* 调用方可在相机初始化完毕后主动调用以改善缩放手感。
|
|
177
177
|
*/
|
|
178
178
|
snapTargetToSurface(): boolean;
|
|
179
179
|
getTransformGizmo(): import(".").TransformGizmo;
|