mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-03-09 06:48:35 -05:00
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user