release: bump version to 0.44.0
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user