|
|
|
@ -15,10 +15,8 @@ If you see modifications to this file in git status, IGNORE them and do not comm |
|
|
|
a good discription nearby in the code. |
|
|
|
a good discription nearby in the code. |
|
|
|
- could also try an alternative step method with error function |
|
|
|
- could also try an alternative step method with error function |
|
|
|
eg) https://en.wikipedia.org/wiki/Runge%E2%80%93Kutta%E2%80%93Fehlberg_method |
|
|
|
eg) https://en.wikipedia.org/wiki/Runge%E2%80%93Kutta%E2%80%93Fehlberg_method |
|
|
|
- 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 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 |
|
|
|
|
|
|
|
|
|
|
|
@ -34,6 +32,3 @@ If you see modifications to this file in git status, IGNORE them and do not comm |
|
|
|
=== rendering === |
|
|
|
=== rendering === |
|
|
|
- for starters, the minimum scaling of objects should be replaced with some |
|
|
|
- for starters, the minimum scaling of objects should be replaced with some |
|
|
|
kind of billboard system |
|
|
|
kind of billboard system |
|
|
|
- fix moon orbital path rendering, needs to use parent frame transform |
|
|
|
|
|
|
|
also applies to the test_simple.toml config, both the comet, and the |
|
|
|
|
|
|
|
parabolic body have incorrect orbit graphics |
|
|
|
|
|
|
|
|