|
|
|
|
@ -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, |
|
|
|
|
|