mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-29 23:39:26 -05:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user