Browse Source

add note about step_size in manual todo

main
cinnaboot 6 months ago
parent
commit
239ab37f40
  1. 5
      docs/TODO

5
docs/TODO

@ -9,13 +9,16 @@ If you see modifications to this file in git status, IGNORE them and do not comm
- remember to periodically check the reference docs against new changes - remember to periodically check the reference docs against new changes
=== Simulation/Physics === === Simulation/Physics ===
- IMPORTANT: for the graphical sim, we're calculating 100 physics steps per
frame. we need to test, and make a compromise on performance vs sim
accuracy, and have this set as a config constant, MAX_STEP_SIZE, with
a good discription nearby in the code.
- fix moon tests with SOI coordinate transforms for planets - fix moon tests with SOI coordinate transforms for planets
- remove bodies on non closed orbits after they are a certain distance from - remove bodies on non closed orbits after they are a certain distance from
the root body, or bary-center the root body, or bary-center
- add tests for each orbit type - add tests for each orbit type
- add and test 'satellite' objects that should not be in parents or have a - add and test 'satellite' objects that should not be in parents or have a
SOI SOI
- move the example binary system config to test configs, and make some tests
=== Simulation Config Files === === Simulation Config Files ===
- relative coordinates for child bodies - relative coordinates for child bodies

Loading…
Cancel
Save