mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-14 22:59:56 +01:00
Adjust Globe visualization parameters for improved appearance
Increased mapBrightness and modified baseColor and glowColor to achieve better contrast and a more visually appealing design. These changes refine the overall look of the globe component on the home page.
This commit is contained in:
@@ -31,11 +31,11 @@ const DEFAULT_CONFIG: COBEOptions = {
|
||||
dark: 0,
|
||||
diffuse: 0.4,
|
||||
mapSamples: 20000,
|
||||
mapBrightness: 1,
|
||||
baseColor: [0.8, 0.8, 0.8],
|
||||
mapBrightness: 1.7,
|
||||
baseColor: [0.5, 0.5, 0.5],
|
||||
opacity: 0.7,
|
||||
markerColor: [160 / 255, 160 / 255, 160 / 255],
|
||||
glowColor: [1, 1, 1],
|
||||
glowColor: [0.4, 0.4, 0.4],
|
||||
markers: [],
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user