added interesting nodes

This commit is contained in:
Agnes Heppich
2019-01-14 18:03:52 -05:00
parent caa888e1e8
commit 4092a69a0b

View File

@@ -124,7 +124,7 @@ asset.onInitialize(function ()
)
openspace.markInterestingNodes({
"VGR1", "VGR2", "Earth", "DSS63", "DSS14", "DSS43"
"Earth", "DSS63", "DSS14", "DSS43", "Voyager1", "Voyager2","MRO", "StereoA"
})
openspace.addVirtualProperty(
@@ -158,6 +158,6 @@ asset.onDeinitialize(function ()
openspace.removeVirtualProperty("Scene.*Trail.Renderable.Enabled")
openspace.removeInterestingNodes({
"VGR1", "VGR2", "Earth", "DSS63", "DSS14", "DSS43"
"Earth", "DSS63", "DSS14", "DSS43", "Voyager1", "Voyager2", "MRO", "StereoA"
})
end)