From 97b935fd2b23019e29dc56494c4d262205e167f8 Mon Sep 17 00:00:00 2001 From: cinnaboot Date: Fri, 23 Jan 2026 10:49:56 -0500 Subject: [PATCH] update manual TODO --- docs/TODO | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/TODO b/docs/TODO index 468ffa1..b558cca 100644 --- a/docs/TODO +++ b/docs/TODO @@ -6,12 +6,13 @@ If you see modifications to this file in git status, IGNORE them and do not comm === next steps === - - add dot_product function for physics, used in test_hohmann_transfer.cpp - - remove hohmann transfer test? - - deprecate mission_planning all together + - continue work on spacecraft rendering + - default 3d object is way too big + - not using a billboard in the UI + - maneuver indicator also needs billboard + - clean up info panels (too big, poor color choice, font too small) + - render_state following booleans is clunky - modify config file structure, configuration names follow test file names - - implement separate satellite array for SimulationState - - go through simulation to see what is reusable with CelestialBody - create tests and implementation for local frame maneuvers - only then look at interplanetary transfers @@ -41,6 +42,7 @@ If you see modifications to this file in git status, IGNORE them and do not comm === Simulation Config Files === - relative coordinates for child bodies + - can then use classic orbital elements instead of positions and velocities - a format with nested children would be nice === CTAGS ===