mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-03-01 17:19:05 -06:00
Adding iss asset as a renderablesatellite
This commit is contained in:
committed by
Your Name
parent
199ddb6292
commit
826caf6954
@@ -0,0 +1,11 @@
|
||||
local assetHelper = asset.require('util/asset_helper')
|
||||
local shared = asset.require('../satellites_shared')
|
||||
|
||||
local group = {
|
||||
Title = "ISS",
|
||||
Url = "https://live.ariss.org/iss.txt",
|
||||
TrailColor = { 0.0, 1.0, 0.0 }
|
||||
}
|
||||
|
||||
local tle = shared.downloadTLEFile(asset, group.Url, group.Title)
|
||||
shared.registerSatelliteGroupObjects(asset, group, tle, true)
|
||||
Reference in New Issue
Block a user