Added dss13 to Goldstone complex

This commit is contained in:
Agnes Heppich
2018-12-28 11:21:25 -05:00
parent 60071a0401
commit 5d5df08814

View File

@@ -39,6 +39,10 @@ local siteColorMap = {
-- Map to the site locations above, this will determine the signal colors
local stationSiteMap = {
DSS13 = {
SiteColor = "GoldstoneColor",
Size = 34
},
DSS14 = {
SiteColor = "GoldstoneColor",
Size = 70
@@ -134,6 +138,35 @@ local RotationMatrixMadrid = {
0.032848, 0.999117, 0.0262
}
local DSS13 = {
Identifier = "DSS13",
Parent = earthAsset.Earth.Identifier,
Transform = {
Translation = {
Type = "GlobeTranslation",
Globe = earthAsset.Earth.Identifier,
Longitude = 243.2055,
Latitude = 35.24716,
}
},
Renderable = {
Type = "RenderableModel",
Geometry = {
Type = "MultiModelGeometry",
GeometryFile = models .. "/70m_dish/70m_dish.obj"
},
ColorTexture = models .. "/70m_dish/texture.png",
ModelTransform = RotationMatrixGoldstone,
LightSources = lights.StandardLights
},
GUI = {
Name = "DSS13",
Path = "/Solar System/Stations/Goldstone"
}
}
local DSS14 = {
Identifier = "DSS14",
Parent = earthAsset.Earth.Identifier,
@@ -535,7 +568,7 @@ local DSS55 = {
}
assetHelper.registerSceneGraphNodesAndExport(asset, {
DSS14, DSS15, DSS24, DSS25, DSS26, DSS43, DSS34, DSS35, DSS36, DSS45, DSS63, DSS65, DSS54, DSS55
DSS13,DSS14, DSS15, DSS24, DSS25, DSS26, DSS43, DSS34, DSS35, DSS36, DSS45, DSS63, DSS65, DSS54, DSS55
})
asset.export("siteColorMap", siteColorMap)