@d5techs/3dgs-lib 1.4.43 → 1.4.45

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.
@@ -81,6 +81,11 @@ export declare class OrbitControls {
81
81
  * 将球坐标写入相机位置(内部方法,不处理阻尼)
82
82
  */
83
83
  private applySpherical;
84
+ /**
85
+ * 旋转速度缩放:当 target 远离模型时降低旋转灵敏度,
86
+ * 使模型在屏幕上的视觉运动速度保持一致。
87
+ */
88
+ private getRotateScale;
84
89
  /**
85
90
  * 缩放有效距离:取 distance、相机到模型中心距离、zoomDistanceCap 三者最小值。
86
91
  * 保证缩放步长始终与相机到模型的真实接近程度匹配。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@d5techs/3dgs-lib",
3
- "version": "1.4.43",
3
+ "version": "1.4.45",
4
4
  "description": "可扩展的 WebGPU 3D 渲染引擎",
5
5
  "type": "module",
6
6
  "main": "./dist/3dgs-lib.cjs",