release: bump version to 0.44.0

This commit is contained in:
linkong
2026-04-29 17:27:44 +08:00
parent 2da25376bd
commit 87594a95ff
54 changed files with 3665 additions and 2154 deletions

View File

@@ -9,8 +9,9 @@ export const CONFIG = {
earthRadius: 100,
rotationSpeed: 0.0005,
dragRotationFactorBase: 0.005,
dragRotationScaleMin: 0.28,
dragRotationScaleMax: 2.0,
dragRotationZoomExponent: 1.8,
dragRotationScaleMin: 0.12,
dragRotationScaleMax: 1.65,
};
export const ROTATION_MODE = {
@@ -170,8 +171,8 @@ export const TERRAIN_CONFIG = {
export const COUNTRY_BOUNDARY_CONFIG = {
dataPath: "/earth/data/countries-admin0.min.geojson",
lineAltitudeOffset: 0.24,
hoverAltitudeOffset: 0.32,
lineAltitudeOffset: 0.115,
hoverAltitudeOffset: 0.14,
lineColor: 0x7fc7ff,
lineOpacity: 0.58,
lineRenderOrder: 2.2,