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

Task 338: Jupiter Flyby Simulation/Visualization Review

完了 ← タスク一覧

Task 338: Jupiter Flyby Simulation/Visualization Review

Status: DONE

Description

The Jupiter flyby appears more like a stop-and-restart than a flyby in the current simulation/visualization. Review whether the simulation and visualization correctly represent the Jupiter gravity assist.

Source

Human directive (AGENT_PROMPT.md phase 25): "木星フライバイ、フライバイというよりは一度木星で停止しているように見える。シミュレーションや可視化は正しい?"

Deliverables

Root Cause

The full-route-diagram in cross-episode.md encoded EP5 as a single transfer arc from Uranus directly to Earth. The animation system interpolates ship position linearly along a quadratic Bezier curve, so the ship slid along a Uranus→Earth arc without passing through Jupiter. The "木星フライバイ" was only a midcourse burnMarker along this arc — visually showing a brief plume at a point that was not Jupiter's actual position.

Fix

Split the single EP5 Uranus→Earth transfer into two legs:

  1. Uranus→Jupiter (375h coast + flyby approach) — red arc
  2. Jupiter→Earth (132h Oberth acceleration + deceleration + LEO capture) — orange arc

This matches the pattern already used in ep05-diagram-03 (episode-level diagram). The animation now smoothly transitions through Jupiter's orbital position, correctly visualizing the gravity assist.

Tests