Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve atmosphere #1064

Closed
pjcozzi opened this issue Aug 22, 2013 · 10 comments
Closed

Improve atmosphere #1064

pjcozzi opened this issue Aug 22, 2013 · 10 comments

Comments

@pjcozzi
Copy link
Contributor

pjcozzi commented Aug 22, 2013

CC @tfili

  • Show atmosphere on the globe, not just the sky
  • Maybe show atmosphere on objects

Reading (old to new)

Lots of stuff on vterrain.org.

@hpinkos
Copy link
Contributor

hpinkos commented Oct 14, 2015

image
Side note: The moon currently obstructs the atmosphere

@hpinkos
Copy link
Contributor

hpinkos commented Oct 28, 2015

Also, the atmosphere doesn't render on some mobile devices. Reported on the forum: https://groups.google.com/forum/#!topic/cesium-dev/Z3KJnMCkSSc

@mramato
Copy link
Contributor

mramato commented Oct 29, 2015

#3141 has weblreport for my phone (which doesn't show atmosphere). My Nexus 9 tablet shows the atmosphere fine.

@jmgomezpoveda
Copy link

I have realised of the same issue as #1064 (comment) looking at the globe from afar. When the Moon is behind the Earth, the Moon is rendered below the Earth, but on top of the atmosphere.

@pjm4
Copy link

pjm4 commented Aug 15, 2016

@jmgomezpoveda et al you can see this issue, where the moon appears in front of the atmosphere, but behind the earth, more pronounced when the size of the moon is increased with the following code snippet:

var radius = Cesium.Math.LUNAR_RADIUS * 10;
viewer.scene.moon = new Cesium.Moon({
    ellipsoid : new Cesium.Ellipsoid(radius, radius, radius)
});

image

@pjcozzi
Copy link
Contributor Author

pjcozzi commented Nov 2, 2017

@pjcozzi
Copy link
Contributor Author

pjcozzi commented Nov 9, 2017

@pjcozzi
Copy link
Contributor Author

pjcozzi commented Jul 13, 2018

@pjcozzi
Copy link
Contributor Author

pjcozzi commented Sep 21, 2018

CC ground atmosphere, #6877

@ggetz
Copy link
Contributor

ggetz commented Mar 2, 2023

Closing this after recent atmosphere improvements we've made. Going forward, we'll track specific enhancement ideas in new issues.

@ggetz ggetz closed this as completed Mar 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants