@d5techs/3dgs-lib 1.4.42 → 1.4.43
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/package.json +1 -1
package/dist/3dgs-lib.cjs
CHANGED
|
@@ -624,7 +624,7 @@ const _OrbitControls = class _OrbitControls {
|
|
|
624
624
|
__publicField(this, "minPhi", 0.01);
|
|
625
625
|
__publicField(this, "maxPhi", Math.PI - 0.01);
|
|
626
626
|
// 灵敏度
|
|
627
|
-
__publicField(this, "rotateSpeed",
|
|
627
|
+
__publicField(this, "rotateSpeed", 3e-3);
|
|
628
628
|
__publicField(this, "zoomSpeed", 1e-3);
|
|
629
629
|
__publicField(this, "panSpeed", 5e-3);
|
|
630
630
|
// 移动端触摸灵敏度
|