[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
Member

Fixes #140

Changes

  • Tab key toggles overview mode; camera smoothly lerps to overhead position (0, 200, 0.1) and back
  • Star/constellation rotation is suppressed during overview so the map stays readable; scales back in as camera returns to normal
  • HUD indicator: "MAP VIEW / [Tab] to exit" with pulsing border appears while active
  • camera.lookAt(0,0,0) held constant throughout for a seamless transition
  • Files changed: app.js, index.html, style.css
Fixes #140 ## Changes - **Tab key** toggles overview mode; camera smoothly lerps to overhead position (0, 200, 0.1) and back - Star/constellation rotation is suppressed during overview so the map stays readable; scales back in as camera returns to normal - HUD indicator: "MAP VIEW / [Tab] to exit" with pulsing border appears while active - `camera.lookAt(0,0,0)` held constant throughout for a seamless transition - Files changed: `app.js`, `index.html`, `style.css`
claude added 1 commit 2026-03-24 04:03:54 +00:00
feat: add world map overview mode — press Tab for bird's-eye view
Some checks failed
CI / validate (pull_request) Has been cancelled
b12c1c2242
- 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>
Owner

🤖 Merge Bot: CI validation passed (HTML, JS syntax, JSON, size budget). Auto-merging.

🤖 **Merge Bot**: CI validation passed (HTML, JS syntax, JSON, size budget). Auto-merging.
Timmy merged commit 4f853aae51 into main 2026-03-24 04:04:19 +00:00
Timmy deleted branch claude/issue-140 2026-03-24 04:04:22 +00:00
Sign in to join this conversation.