vasturiano / globe.gl

UI component for Globe Data Visualization using ThreeJS/WebGL
https://vasturiano.github.io/globe.gl/example/world-population/
MIT License
1.97k stars 293 forks source link

Atmosphere renders above globe every 2nd rotation #191

Open icmgroup opened 4 months ago

icmgroup commented 4 months ago

Describe the bug I have a globe with a transparent texture applied and visible atmosphere (ignore the background SVG)

globe_1

After a full rotation the rendering changes and the atmosphere is now rendered over the globe. Once the 2nd rotation starts it renders correctly, and breaks again in the 3rd rotation. This continues to happen every 2nd rotation after that.

globe_2

This does not happen if the atmosphere, transparency or rotation is disabled.

Desktop (please complete the following information):

Additional context Maybe related to #170