[claude] World map overview mode — press Tab for bird's-eye view (#140) #167

Merged
Timmy merged 1 commits from claude/the-nexus:claude/issue-140 into main 2026-03-24 04:04:19 +00:00

1 Commits

Author SHA1 Message Date
Alexander Whitestone
b12c1c2242 feat: add world map overview mode — press Tab for bird's-eye view
Some checks failed
CI / validate (pull_request) Has been cancelled
- Tab key toggles overview mode; camera smoothly lerps to overhead
  position (0, 200, 0.1) and back, using a 0.04 lerp factor per frame
- Star/constellation rotation is suppressed during overview so the map
  stays readable; rotation scales back in as the camera returns
- Displays a "MAP VIEW / [Tab] to exit" indicator with a pulsing border
  while overview is active
- camera.lookAt(0,0,0) kept constant so the transition is seamless

Fixes #140

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-24 00:03:22 -04:00