@d5techs/3dgs-lib 1.4.27 → 1.4.28

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,6 @@ export declare class OrbitControls {
23
23
  private isDragging;
24
24
  private lastX;
25
25
  private lastY;
26
- private velocityTheta;
27
- private velocityPhi;
28
- private velocityDistance;
29
26
  private velocityPanX;
30
27
  private velocityPanY;
31
28
  private velocityPanZ;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@d5techs/3dgs-lib",
3
- "version": "1.4.27",
3
+ "version": "1.4.28",
4
4
  "description": "可扩展的 WebGPU 3D 渲染引擎",
5
5
  "type": "module",
6
6
  "main": "./dist/3dgs-lib.cjs",