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

Task 573: Use Epoch-Derived Planet Positions in 3D Viewer

未着手 ← タスク一覧

Task 573: Use Epoch-Derived Planet Positions in 3D Viewer

Status: DONE

Description

The 3D full-route viewer uses hard-coded planet angles (Mars ~18°, Jupiter ~63°, etc.)

instead of actual ecliptic longitudes from the mission epoch. This makes the 3D

visualization inconsistent with the 2D SVG diagrams (which use ephemeris-derived angles).

Plan

  1. Add eclipticLongitudeRad to ZHeightAnalysis in orbital-3d-analysis.ts
  2. Regenerate 3d_orbital_analysis.json with longitude data
  3. Update prepareFullRouteScene() in orbital-3d-viewer-data.ts to use longitudes
  4. Update inline JS in templates.ts and standalone orbital-3d.html
  5. Add/update tests

Files