WorldWideTelescope / wwt-webgl-engine

The full WorldWide Telescope rendering engine in JavaScript with WebGL
https://docs.worldwidetelescope.org/webgl-reference/latest/
MIT License
20 stars 10 forks source link

Io/Europa/Ganymede/Calisto orbits not visible #296

Closed srcejon closed 9 months ago

srcejon commented 9 months ago

In the Solar System view, it seems the orbits of Io/Europa/Ganymede/Calisto aren't displayed, even if "Planetary Orbits" and "Moon & Satellite Orbits" are both checked.

In the Windows client, orbits for these moons are displayed when only "Planetary orbits" is checked.

image

pkgw commented 9 months ago

As far as I can tell, it turns out that there was some custom code in the Windows client to draw these orbits, and it simply never made its way into the WebGL engine. #298 should fix this.