mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-05 03:00:58 -06:00
Switch MessengerTrail to RenderableTrailTrajectory (#2552)
in order to match start/end times, and add corresponding sample interval
This commit is contained in:
@@ -198,7 +198,7 @@ local MessengerTrail = {
|
||||
Identifier = "MessengerTrail",
|
||||
Parent = mercuryTransforms.MercuryBarycenter.Identifier,
|
||||
Renderable = {
|
||||
Type = "RenderableTrailOrbit",
|
||||
Type = "RenderableTrailTrajectory",
|
||||
Translation = {
|
||||
Type = "SpiceTranslation",
|
||||
Target = "MESSENGER",
|
||||
@@ -209,8 +209,7 @@ local MessengerTrail = {
|
||||
EnableFade = false,
|
||||
StartTime = "2011 MARCH 01 12:00:00",
|
||||
EndTime = "2011 MAY 30 12:00:00",
|
||||
Period = 12,
|
||||
Resolution = 10000
|
||||
SampleInterval = 360
|
||||
},
|
||||
GUI = {
|
||||
Name = "Messenger Trail",
|
||||
|
||||
Reference in New Issue
Block a user