Merge branch 'master' into feature/animation-fixes

This commit is contained in:
Malin E
2021-10-25 10:51:13 +02:00
73 changed files with 5077 additions and 916 deletions
@@ -33,6 +33,7 @@ namespace openspace::distanceconstants {
constexpr double LightMonth = LightYear / 12;
constexpr double LightDay = LightYear / 365;
constexpr double LightHour = LightDay / 24;
constexpr double LightSecond = 299792458.0;
constexpr double AstronomicalUnit = 1.495978707E11;
constexpr double Parsec = 3.0856776E16;