mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-07 04:00:37 -06:00
added interesting nodes
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user