Open alex-w opened 3 years ago
Hello @alex-w! OK, developers can reproduce the issue. Thanks for the report!
The orbits are displayed as 360-gons. The planet is forced to be a vertex of this figure, but in the closeup seen from its moons, the two legs of the 360-gon which include Jupiter show very distinctly as straight edges. The 358 other edges form a visible curve because they are nicely in the distance. Technically it is not a bug as the implementation correctly shows the 360-gon. Somebody with too much time can still add improvements, like splitting those two legs into much smaller parts.
Hello @alex-w!
Thank you for suggesting this enhancement.
Technically it is not a bug as the implementation correctly shows the 360-gon.
No it shows this polyline incorrectly. The almost-straight line breaks down in any projection but perspective, and its arms move with respect to stars on panning. This artifact happens because, although the points are projected correctly, the lines are straight with respect to the screen rather than the 3D space. This problem is similar to the issue with my first attempt at fixing planet rings.
Sure, it's a straight-lined n-gon in screen space. Do you have a recipe for correct projection apart from further splitting each leg?
I haven't looked into the implementation yet, have things to do in real life.
By chance I found this question and I cannot figure out why.
I was standing on Ganymede, with both "atmosphere" and "ground" off. When I selected Jupiter and let the orbit show, it came to me like these.
I have no idea why the revolving orbit can twist in such a weird manner. Maybe I misunderstood these kind of "orbits," but what on earth are they symbolizing?
Originally posted by @coctree52 in https://github.com/Stellarium/stellarium/discussions/1649