Slow the hero globe to ~140s per revolution

This commit is contained in:
Chad Curtis
2026-05-17 21:13:24 -05:00
parent 2c8cd11153
commit 0ea1e55ee4
+1 -1
View File
@@ -43,7 +43,7 @@ const LANDMASSES: readonly GeoPoint[][] = LAND_RINGS.map((flat) => {
const RADIUS = 255;
const CENTER = 300;
/** Seconds per full revolution. Slow on purpose so the motion is ambient. */
const ROTATION_PERIOD_SECONDS = 90;
const ROTATION_PERIOD_SECONDS = 140;
/**
* Orthographic projection: turns a (lat, lng) pair into 2D screen