mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-05 19:09:23 -05:00
Fix Euclid asset (closes #3165)
This commit is contained in:
@@ -63,7 +63,7 @@ local EuclidTrailOrbit = {
|
||||
Translation = {
|
||||
Type = "SpiceTranslation",
|
||||
Target = kernels.ID.Euclid,
|
||||
Observer = l2.ID.L2,
|
||||
Observer = transforms.ID.L2,
|
||||
Frame = coreKernels.Frame.Galactic
|
||||
},
|
||||
Color = { 0.863, 0.0, 0.902 },
|
||||
@@ -90,8 +90,8 @@ local EuclidTrailCoRevOrbit = {
|
||||
Translation = {
|
||||
Type = "SpiceTranslation",
|
||||
Target = kernels.ID.Euclid,
|
||||
Observer = l2.ID.L2,
|
||||
Frame = l2.Frame.L2Corevolving
|
||||
Observer = transforms.ID.L2,
|
||||
Frame = transforms.Frame.L2Corevolving
|
||||
},
|
||||
Color = { 0.863, 0.0, 0.902 },
|
||||
Period = 182.621099, -- About 6 months
|
||||
|
||||
Reference in New Issue
Block a user