Merge pull request #1436 from OpenSpace/issue/1395

Add habitable zone for exoplanet systems (#1436)

* add lumosity and temperature data for the stars
* add Lua function to generate a cached 1 pixel texture on demand
* minor updates to RenderableOrbitDisc to make it more intuitive. Size is now the semi-major axis.

closes #1395
This commit is contained in:
Emma Broman
2021-01-26 14:48:11 +01:00
committed by GitHub
10 changed files with 358 additions and 103 deletions
@@ -2,6 +2,6 @@ local DataPath = asset.syncedResource({
Name = "Exoplanet Data Files",
Type = "HttpSynchronization",
Identifier = "exoplanets_data",
Version = 1
Version = 2
})
asset.export("DataPath", DataPath)