@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 CHANGED
@@ -18809,7 +18809,7 @@ class App {
18809
18809
  }
18810
18810
  /**
18811
18811
  * 将 orbit target 吸附到视口中心的模型表面点,保持相机位置不变。
18812
- * 用于相机初始化完成后改善缩放手感(target 在表面而非包围盒中心)。
18812
+ * 调用方可在相机初始化完毕后主动调用以改善缩放手感。
18813
18813
  */
18814
18814
  snapTargetToSurface() {
18815
18815
  const rect = this.canvas.getBoundingClientRect();