scenerygraphics / scenery

Flexible VR Visualisation for Volumetric and Geometric Data on the Java VM, powered by Kotlin and Vulkan.
https://scenery.graphics
GNU Lesser General Public License v3.0
128 stars 31 forks source link

Fix atmosphere azimuth range and declination formula #764

Closed smlpt closed 1 week ago

smlpt commented 2 weeks ago

Azimuth range was -180-180, which conflicted with the more common range 0-360 that is set as a sciview property for the inspector. Declination calculation has also been fix and show be more accurate now.