From 0b550c3f2cfe20d77d29dd1263db43978f500e21 Mon Sep 17 00:00:00 2001 From: Lovisa Hassler Date: Wed, 19 Dec 2018 16:40:24 -0500 Subject: [PATCH] disabled model for DSS15 that is on top of DSS14 --- .../scene/solarsystem/dsn/stations.asset | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/data/assets/scene/solarsystem/dsn/stations.asset b/data/assets/scene/solarsystem/dsn/stations.asset index 59e841f8da..338d4f60bf 100644 --- a/data/assets/scene/solarsystem/dsn/stations.asset +++ b/data/assets/scene/solarsystem/dsn/stations.asset @@ -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"