1
0
mirror of git://f0xx.org/ac/ac-be-hub synced 2026-08-09 20:59:23 +03:00

fix(globe3d=11): N-S latitude factor 0.75 on mercator land sample

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Anton Afanasyeu
2026-08-05 19:23:49 +02:00
parent c22da66d9e
commit a661ff0185

View File

@@ -29,8 +29,8 @@ const CONTINENT_INNER_SX = 1.2408477842003853;
const CONTINENT_INNER_SY = 1.2408477842003853;
/** Map plate center longitude (extract_red_polygons.py CENTER_LON). */
const MERCATOR_LON_CENTER = (12 * Math.PI) / 180;
/** NS squeeze strength (0.15 lat × 0.85, i.e. 15% compression). */
const CONTINENT_NS_SQUEEZE = 0.15;
/** NS latitude factor on mercator sample (0.75 = lat × 0.75). */
const CONTINENT_LAT_FACTOR = 0.75;
const RASTER_SCALE = 2;
const AXIS_STEPS = 160;
const SPHERE_AXIS_STEPS = 180;