Closed pjcozzi closed 1 year ago
Side note: The moon currently obstructs the atmosphere
Also, the atmosphere doesn't render on some mobile devices. Reported on the forum: https://groups.google.com/forum/#!topic/cesium-dev/Z3KJnMCkSSc
I have realised of the same issue as https://github.com/AnalyticalGraphicsInc/cesium/issues/1064#issuecomment-148201181 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.
@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)
});
CC ground atmosphere, #6877
Closing this after recent atmosphere improvements we've made. Going forward, we'll track specific enhancement ideas in new issues.
CC @tfili
Reading (old to new)
Lots of stuff on vterrain.org.