mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-06 19:49:36 -06:00
disabled model for DSS15 that is on top of DSS14
This commit is contained in:
@@ -101,7 +101,7 @@ local DSS14 = {
|
||||
}
|
||||
}
|
||||
|
||||
-- Retired?
|
||||
-- DSS15 is a 34m dish of the HEF net that is being decomissioned as of 2017
|
||||
local DSS15 = {
|
||||
Identifier = "DSS15",
|
||||
Parent = earthAsset.Earth.Identifier,
|
||||
@@ -113,16 +113,16 @@ local DSS15 = {
|
||||
Latitude = 35.42590143888,
|
||||
}
|
||||
},
|
||||
Renderable = {
|
||||
Type = "RenderableModel",
|
||||
Geometry = {
|
||||
Type = "MultiModelGeometry",
|
||||
GeometryFile = models .. "/34m_dish/34m_dish.obj"
|
||||
},
|
||||
ColorTexture = models .. "/34m_dish/base_AO.png" ,
|
||||
ModelTransform = RotationMatrixGoldstone
|
||||
-- Renderable = {
|
||||
-- Type = "RenderableModel",
|
||||
-- Geometry = {
|
||||
-- Type = "MultiModelGeometry",
|
||||
-- GeometryFile = models .. "/34m_dish/34m_dish.obj"
|
||||
-- },
|
||||
-- ColorTexture = models .. "/34m_dish/base_AO.png" ,
|
||||
-- ModelTransform = RotationMatrixGoldstone
|
||||
|
||||
},
|
||||
-- },
|
||||
GUI = {
|
||||
Name = "DSS15",
|
||||
Path = "/Solar System/Stations/Goldstone"
|
||||
|
||||
Reference in New Issue
Block a user