WorldWideTelescope / wwt-web-client

The WorldWide Telescope web client lets you explore the universe in your browser.
https://worldwidetelescope.org/webclient/
MIT License
105 stars 35 forks source link

(non-default) Planet/Moon textures do not appear #308

Open astrodavid10 opened 4 years ago

astrodavid10 commented 4 years ago

Planet and moon textures do not appear when assigned to their appropriate reference frame

pkgw commented 4 years ago

I believe this is related to DrawSphere() in Planets.cs — the Web client doesn't have the codepath to honor the "OverrideDefaultLayer" setting as is used in the Windows client. From my tracing it looks like this is the core reason why special planet layers don't get honored in the Web client.