feat: enrich earth bgp event visualization

This commit is contained in:
linkong
2026-03-27 17:26:17 +08:00
parent 755729ee5e
commit 2015ab79bd
6 changed files with 409 additions and 21 deletions

View File

@@ -82,6 +82,9 @@ export const BGP_CONFIG = {
dimmedScale: 0.92,
pulseSpeed: 0.0045,
collectorPulseSpeed: 0.0024,
eventHubAltitudeOffset: 7.2,
eventHubScale: 4.8,
regionScale: 11.5,
normalPulseAmplitude: 0.08,
lockedPulseAmplitude: 0.28,
opacity: {
@@ -105,7 +108,10 @@ export const BGP_CONFIG = {
medium: 1.0,
low: 0.94
},
collectorColor: 0x6db7ff
collectorColor: 0x6db7ff,
eventHubColor: 0x8af5ff,
linkColor: 0x54d2ff,
regionColor: 0x2dd4bf
};
export const PREDICTED_ORBIT_CONFIG = {