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

Hub globe3d=2: mercator hemisphere wrap + sphere grid rings.

globe3d=1 keeps legacy hybrid ortho/mercator; globe3d=2 samples
hub-logo-continents-mercator-flat on visible z>0 and draws full
parallel/meridian rings so axes and continents survive rotation.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Anton Afanasyeu
2026-08-05 15:51:47 +02:00
parent 2881206db3
commit 07bdf85220
3 changed files with 133 additions and 19 deletions

View File

@@ -26,7 +26,7 @@
z-index: 1;
}
/* Interactive globe canvas replaces globe + continents + gridOverlay when globe3d=1 */
/* Interactive globe canvas replaces globe + continents + gridOverlay when globe3d>=1 */
.hub-globe-canvas {
position: fixed;
z-index: 1;