Release 0.14.0-alpha #42

Merged
uz1mani merged 109 commits from staging into main 2026-03-12 12:12:03 +00:00
26 changed files with 1648 additions and 798 deletions
Showing only changes of commit 3268a70baa - Show all commits

View File

@@ -78,12 +78,12 @@ export default function Globe({ data, className }: GlobeProps) {
phi: 0,
theta: 0.3,
dark: isDark ? 1 : 0,
diffuse: isDark ? 1.2 : 0.4,
diffuse: isDark ? 2 : 0.4,
mapSamples: 16000,
mapBrightness: isDark ? 6 : 1.2,
baseColor: isDark ? [0.3, 0.3, 0.3] : [1, 1, 1],
mapBrightness: isDark ? 2 : 1.2,
baseColor: isDark ? [0.5, 0.5, 0.5] : [1, 1, 1],
markerColor: [253 / 255, 94 / 255, 15 / 255],
glowColor: isDark ? [0.08, 0.08, 0.08] : [1, 1, 1],
glowColor: isDark ? [0.15, 0.15, 0.15] : [1, 1, 1],
markers,
}