mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-07 12:10:52 -06:00
iss asset cleanup
This commit is contained in:
@@ -16,10 +16,6 @@ local models = asset.syncedResource({
|
||||
Version = 2
|
||||
})
|
||||
|
||||
local LightSources = assetHelper.getDefaultLightSources(
|
||||
sunTransforms.SolarSystemBarycenter.Identifier)
|
||||
|
||||
|
||||
local initializeAndAddNodes = function()
|
||||
|
||||
local lineElement = satelliteHelper.makeSingleLineElement(tle, filename)
|
||||
@@ -62,8 +58,8 @@ local initializeAndAddNodes = function()
|
||||
YAxis = transforms.EarthInertial.Identifier
|
||||
}
|
||||
},
|
||||
GUI = {
|
||||
Name = "parentNode",
|
||||
GUI = {
|
||||
Name = "ISSparentNode",
|
||||
Path = "/Solar System/Planets/Earth/Satellites/ISS",
|
||||
Hidden = true,
|
||||
}
|
||||
@@ -110,7 +106,6 @@ local initializeAndAddNodes = function()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
myNodes[#myNodes + 1] = issTrail
|
||||
|
||||
for _, node in ipairs(myNodes) do
|
||||
|
||||
Reference in New Issue
Block a user