⚠ ネタバレ注意: 本サイトはSFアニメ「SOLAR LINE」の内容を詳細に分析しています。未視聴の方はご注意ください。
📝 AI生成コンテンツ: 本考証の大部分は AI(Claude Code 等)によって生成されています。内容の正確性については原作および引用元をご確認ください。

Task 557: Add inertial/ship viewpoint switching to 3D viewer

完了 ← タスク一覧

Task 557: Add inertial/ship viewpoint switching to 3D viewer

Status: DONE

Summary

Added viewpoint switching between inertial frame (fixed center) and ship frame

(camera follows the ship marker) in the 3D orbital viewer.

Changes

  1. Added ViewMode type ("inertial" | "ship") and supportedViewModes to SceneData
  2. All 3 scenes now declare support for both view modes
  3. Renderer: setViewMode/getViewMode exports, camera tracking in updateTimelineFrame
  4. HTML: "慣性/宇宙船" toggle button in timeline controls

How ship-frame works

Tests added (2 new)

Files changed

Impact