feat: Implement 3D Radar View Controls - resolves #9 #40

Merged
olemd merged 1 commit from feature/3d-radar-controls-issue-9 into main 2025-09-01 20:23:50 +02:00

1 commit

Author SHA1 Message Date
a2cf9d8fdb feat: Implement 3D Radar View Controls - resolves #9
- Add Reset View button functionality to reset camera to default position
- Implement Auto Rotate toggle with visual feedback and button text updates
- Add Range slider (10-500km) with real-time aircraft distance filtering
- Use server-provided origin coordinates via /api/origin API endpoint
- Implement Haversine formula for accurate geographic distance calculations
- Add deferred initialization to prevent black screen issue
- Enhanced lighting and ground plane visibility for better 3D orientation
- Add comprehensive debugging and error handling for WebGL/Three.js
- Style 3D radar controls with proper CSS for consistent UI
- Remove construction notice as controls are now fully functional

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-01 20:22:26 +02:00