WorldWideTelescope / wwt-windows-client

WorldWide Telescope Windows Application
Other
179 stars 55 forks source link

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

Closed pkgw closed 4 years ago

pkgw commented 4 years ago

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

ConstWWT

AstroRob commented 4 years ago

Unhelpful comment: Were that sphere centered on the Earth rather than the Sun I think I would rank this as a “Feature” as it would emphasize how constellations are merely a human projection onto a changing field of stars that has no interest in the groupings humans assign to them… Symbolically having it localized to the Earth would establish it more artfully than any collection of words could manage...

On Apr 1, 2020, at 6:21 AM, Peter Williams notifications@github.com<mailto:notifications@github.com> wrote:

Reported by @astrodavidhttps://github.com/astrodavid on the forumhttps://wwt-forum.org/t/constellations-in-ss-mode-windows-client-6-0-11-1/104. The screenshot shows it all:

[ConstWWT]https://user-images.githubusercontent.com/59598/78141895-2485fb00-73fa-11ea-9399-f48161fe4379.jpg

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/WorldWideTelescope/wwt-windows-client/issues/152, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ADX2F5WH4BANNAVZQWQTXIDRKM5WXANCNFSM4LY5TMRQ.


Robert Hurt, Ph.D. | 626-395-1825 (office) Visualization Scientist | (ICE) IPAC Communications & Education Caltech/IPAC | NASA’s Universe of Learning

UniverseUnplugged.orghttp://UniverseUnplugged.org - astropix.ipac.caltech.eduhttp://astropix.ipac.caltech.edu

astrojonathan commented 4 years ago

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.

astrojonathan commented 4 years ago

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.