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

Task 348: 3D Orbital Viewer Time Animation

完了 ← タスク一覧

Task 348: 3D Orbital Viewer Time Animation

Status: DONE

Description

Add a time slider to the 3D orbital viewer (orbital-3d.html) that animates planetary orbital positions along the transfer timeline. The 2D SVG diagrams already have time sliders, but the 3D Three.js viewer only has static presets. This is noted in CLAUDE.md as a goal: "Add time slider to animate orbital transfers, showing how celestial body positions change during the transfer."

Scope

  1. Add time slider UI control to orbital-3d.html
  2. Animate planet positions based on mean motion over the mission timeline
  3. Show ship position moving along the transfer trajectory
  4. Add play/pause control for automatic playback
  5. Unit tests for time-dependent position calculations
  6. E2E tests for slider presence and basic interaction

Dependencies