fix(earth-controls): zoom-aware drag sensitivity and bump version to 0.22.13

This commit is contained in:
linkong
2026-04-07 09:29:27 +08:00
parent 1a3abf73bb
commit 5b9ef0223d
7 changed files with 42 additions and 7 deletions

View File

@@ -7,6 +7,9 @@ export const CONFIG = {
maxZoom: 5.0,
earthRadius: 100,
rotationSpeed: 0.0005,
dragRotationFactorBase: 0.005,
dragRotationScaleMin: 0.28,
dragRotationScaleMax: 2.0,
};
// Earth coordinate constants