From 6b7f85bb0142e75b2926812a5f90c80896edf4ac Mon Sep 17 00:00:00 2001 From: cinnaboot Date: Fri, 6 May 2022 09:01:02 -0400 Subject: [PATCH] update main TODO --- src/main.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 59e8320..803dba6 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,10 +1,6 @@ /* * TODO: - * - fix time_step and our postFrameCallback() to use time since last frame - * currently, the time step is incorrectly using 60Hz = 1s - * need to use a 'sim_timer' or something so we can track the satellite - * posistions correctly * - add time to apoapsis/periapsis to satellite properties * - use consistant name style for structs) 'UpperCase' * - make an 'overlay' graphic for things like apoapsis, perisapsis, f1, f2,