WorldWideTelescope/wwt-windows-client

6.0 beta: constellations appear at radius of 1 AU in Solar System mode

pkgw opened this issue · 3 comments

pkgw commented

Reported by @astrodavid on the forum. The screenshot shows it all:

ConstWWT

Oops. It appears that the DrawImage is reverting coordinates back, so after the first constellation image is drawn, the rest are drawn at 1AU. Needs fixing obviously, but I know where and why now.

DrawTiledSphere was restoring the worldbase and world to a copy of worldbase that was saved. I split it to save both independently and this fixes the issue. Will PR this with the Beta Update.