mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-30 16:08:44 -06:00
Added dss13 to Goldstone complex
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user