@d5techs/3dgs-lib 1.4.28 → 1.4.29

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.
@@ -23,9 +23,12 @@ export declare class OrbitControls {
23
23
  private isDragging;
24
24
  private lastX;
25
25
  private lastY;
26
- private velocityPanX;
27
- private velocityPanY;
28
- private velocityPanZ;
26
+ private deltaTheta;
27
+ private deltaPhi;
28
+ private deltaDistance;
29
+ private deltaPanX;
30
+ private deltaPanY;
31
+ private deltaPanZ;
29
32
  moveSpeed: number;
30
33
  private pressedKeys;
31
34
  private touchMode;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@d5techs/3dgs-lib",
3
- "version": "1.4.28",
3
+ "version": "1.4.29",
4
4
  "description": "可扩展的 WebGPU 3D 渲染引擎",
5
5
  "type": "module",
6
6
  "main": "./dist/3dgs-lib.cjs",