WorldWideTelescope / wwt-windows-client

WorldWide Telescope Windows Application
Other
180 stars 55 forks source link

Solar system should fade out and not appear as a bright gaussian when zoomed out #35

Closed patudom closed 9 years ago

patudom commented 9 years ago

This functionality changed as of a couple of releases ago (I'm not sure which), and it has broken some tours that we wrote for educational purposes that allow viewers to travel around the sky to different constellations in Solar System view.

For example, when we wrote this particular tour, this view showed only the Big Dipper. The solar system did not appear as a large, bright foreground object.

big dipper sun too bright
astrojonathan commented 9 years ago

When we are inside the solar system the sun is dimmed so we can see other objects without the sun overpowering them, outside the solar system, we brighten the sun to its correct relative magnitude, so it can be seen as it is compared to the surrounding stars.

patudom commented 9 years ago

It's nice that it now displays the correct relative magnitude, but it's very frustrating when later builds of WWT with new features like this break old tours that we spent a lot of time creating and now have to fix.

Is there a way to make this feature an optional setting that we can toggle on/off?

On Thu, Oct 8, 2015 at 12:08 AM, Jonathan Fay notifications@github.com wrote:

When we are inside the solar system the sun is dimmed so we can see other objects without the sun overpowering them, outside the solar system, we brighten the sun to its correct relative magnitude, so it can be seen as it is compared to the surrounding stars.

— Reply to this email directly or view it on GitHub https://github.com/WorldWideTelescope/wwt-windows-client/issues/35#issuecomment-146414412 .

Patricia Udomprasert, Ph.D. Project Director WorldWide Telescope Ambassadors Program 60 Garden St, MS 42 Cambridge, MA 02138

617-495-7832 http://wwtambassadors.org

astrojonathan commented 9 years ago

The Display of the Sun is now tied to the "SolarSystemPlanets" setting, when you turn off the planets the Sun did not display either, except when you zoom out of the solar system and it faded up to the level of the surrounding stars.

Now the Suns representation will turn off all together when the SolarSystemPlanets setting is turned off.

kfogel commented 9 years ago

@patudom, did this solve the problem?

patudom commented 8 years ago

@kfogel, thanks for checking in. I assume this is a change to the SolarSystemPlanets setting that won't "kick in" until we have a new build. Until I've seen the new build I won't know for sure if this fixes our tour issues. It may be that we still have to go through and redo those slides with the Planets button unchecked, but that's easier to do than adjusting all the views to minimize glare from the Sun. Can you confirm, please, @astrojonathan? Thanks!

astrojonathan commented 8 years ago

Just checking in a fix to GitHub is not enough for end-user to get the change. We have to occasionally release a new build and it will include all those fixes. Some data issues, or issues in the WebClient can be fixed without the need for a new setup, but this is a change in the Windows Client.

It might be better to change the slides to adjust for the glare of the sun so the tour will work with code already installed on user machines. Rather than waiting for the new build, and then everyone would need to update it.

The work-around is too zoom a little further out.

The change to the code was meant to better represent the physical reality of the universe better. We may have other features like the local group, globular clusters, dwarf galaxies, etc. that will change the look of zooming out of the SolarSystem view in the future.

Jonathan