iss asset cleanup

This commit is contained in:
Micah Acinapura
2020-06-12 19:42:43 -04:00
parent 4412af4e0d
commit d1fcd353d7

View File

@@ -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