Browse Source

update main TODO

main
cinnaboot 4 years ago
parent
commit
6b7f85bb01
  1. 4
      src/main.cpp

4
src/main.cpp

@ -1,10 +1,6 @@
/* /*
* TODO: * 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 * - add time to apoapsis/periapsis to satellite properties
* - use consistant name style for structs) 'UpperCase' * - use consistant name style for structs) 'UpperCase'
* - make an 'overlay' graphic for things like apoapsis, perisapsis, f1, f2, * - make an 'overlay' graphic for things like apoapsis, perisapsis, f1, f2,

Loading…
Cancel
Save