gaming-hub/web/src
Daniel a923463f83 Fix: Crisp radio station dots with zoom-scaling
Replace sprite-based markers (objectsData + SpriteMaterial with
soft 64x64 gradient texture → blurry at zoom) with optimized
point meshes:

- pointResolution(24): smooth 24-sided circles (no hexagons)
- pointAltitude(0.001): nearly flat on surface (no cylinder effect)
- sqrt-based zoom scaling: dots shrink when zooming in, grow when
  zooming out → visually consistent at all zoom levels
- Removed three.js Sprite/SpriteMaterial/CanvasTexture imports

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 16:30:42 +01:00
..
plugins Fix: Crisp radio station dots with zoom-scaling 2026-03-06 16:30:42 +01:00
App.tsx feat: Soundboard Plugin + Radio Globe Fixes 2026-03-06 00:51:07 +01:00
main.tsx Initial commit: Gaming Hub foundation 2026-03-05 22:52:13 +01:00
styles.css Switch radio globe imagery to NASA Blue Marble 2026-03-06 12:10:19 +01:00
vite-env.d.ts Initial commit: Gaming Hub foundation 2026-03-05 22:52:13 +01:00