Unverified Commit d918648c authored by Malin E's avatar Malin E Committed by GitHub
Browse files

Merge pull request #2068 from OpenSpace/issue/2055

Issue/2055
Showing with 5 additions and 5 deletions
+5 -5
......@@ -151,7 +151,7 @@ local RotationKeyframes = {
local InsightParent = {
Identifier = "InsightParent",
Parent = mars.Identifier,
Parent = mars.Mars.Identifier,
Transform = {
Translation ={
Type = "TimelineTranslation",
......
......@@ -3,7 +3,7 @@ local marsTransforms = asset.require("scene/solarsystem/planets/mars/transforms"
local sun = asset.require("scene/solarsystem/sun/sun")
local models = asset.syncedResource({
Name = "Mars 2020 Kernels",
Name = "Perseverance Model",
Type = "HttpSynchronization",
Identifier = "perseverance_models",
Version = 2
......
......@@ -48,7 +48,7 @@ local PerseveranceNode = {
TimeFrame = {
Type = "TimeFrameInterval",
Start = "2020 JUL 30 12:52:43.643",
End = "2021 FEB 18 20:44:58.828"
End = "2021 FEB 18 20:43:48"
}
}
......@@ -83,12 +83,12 @@ local PerseveranceTrailMars = {
Translation = {
Type = "SpiceTranslation",
Target = perseverance_id,
Observer = "MARS",
Observer = "MARS BARYCENTER",
Kernels = m2020_kernels
},
Color = { 0.7, 0.9, 0.6 },
StartTime = approachMars,
EndTime = endTime,
EndTime = "2021 FEB 18 20:43:48",
SampleInterval = 100,
Enabled = false
},
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment