feat(earth): satellite dot rendering with hover/lock rings, dim cables when satellite locked

- Change satellite points from squares to circular dots
- Add hover ring (white) and lock ring (yellow) for satellites
- Fix satellite hover/lock ring state management
- Dim all cables when satellite is locked
- Increase MAX_SATELLITES to 2000
- Fix satIntersects scoping bug
This commit is contained in:
rayd1o
2026-03-19 17:41:53 +08:00
parent 0ecc1bc537
commit bb6b18fe3b
3 changed files with 191 additions and 9 deletions

View File

@@ -6,7 +6,7 @@ export const CONFIG = {
minZoom: 0.5,
maxZoom: 5.0,
earthRadius: 100,
rotationSpeed: 0.002,
rotationSpeed: 0.0005,
};
// Earth coordinate constants