Comment 15 for bug 834737

Revision history for this message
Guillaume Chereau (guillaume-chereau) wrote :

The problem seemed to be that the orbit positions of the satellites were computed while the parent planet sill holds its ecliptic position without light speed adjustment. We could make sure that the solar system bodies are always iterated in order from parent to children, or (as I just committed), call parent->computePositionWithoutOrbits first thing in Planet::computePosition.

Let me know if that induces any regression.