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

Task 584: Fix Orbital Insertion — Ship Orbits at Destination

未着手 ← タスク一覧

Task 584: Fix Orbital Insertion — Ship Orbits at Destination

Status: DONE

Description

Human directive phase 33: Ship appears to crash into destination planets

instead of entering orbit. Also: show 2-3 orbital loops at destination

for parking orbit visualization.

Two issues:

  1. Transfer arc endpoints go too close to planet center (offsetFromPlanet

uses 1.5× display radius which is very small visually)

  1. Between transfer legs and after final arrival, ship disappears instead

of orbiting the destination

Plan

  1. Add parking orbit data to TimelineTransfer (parkingOrbitRadius, parkingPlanet)
  2. In updateTimelineFrame, when between transfers, show ship orbiting

destination planet at a visible radius

  1. Increase offset distance for arc endpoints to clear planet surface better
  2. Add tests for parking orbit behavior

Files