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

Task 581: Fix Inline Viewer Local Scene from/to + Add Sync Tests

未着手 ← タスク一覧

Task 581: Fix Inline Viewer Local Scene from/to + Add Sync Tests

Status: DONE

Description

The templates.ts inline 3D viewer (__prepareScene) has two issues found by

code review:

  1. Bug: Saturn/Uranus local scene timeline.transfers[0] objects are missing

from/to fields. Since Task 580 made getOrbitForTransfer() depend on these

fields, the ship marker never animates in inline local scenes.

  1. Test gap: No test verifies that the inline __prepareScene output matches

the TypeScript prepareFullRouteScene/prepareSaturnScene/prepareUranusScene

output. Constants are duplicated between the two implementations.

Fix

Files