diff --git a/data/scene/imageplane/imageplane.mod b/data/scene/imageplane/imageplane.mod index b55d5b847a..6d6cf14f06 100644 --- a/data/scene/imageplane/imageplane.mod +++ b/data/scene/imageplane/imageplane.mod @@ -1,18 +1,20 @@ return { -- Latest image taken by LORRI + --[[ { Name = "ImagePlane", - Parent = "NewHorizons", + Parent = "PlutoProjection", Renderable = { Type = "RenderablePlaneProjection", - Frame = "IAU_JUPITER", - DefaultTarget = "JUPITER", + Frame = "NH_SPACECRAFT", + DefaultTarget = "PLUTO", Spacecraft = "NEW HORIZONS", Instrument = "NH_LORRI", Moving = false, - Texture = "textures/test.jpg", + Texture = "textures/squarefov.png", }, }, + -- LORRI FoV square { Name = "ImagePlane2", @@ -27,6 +29,6 @@ return { Texture = "textures/squarefov.png", }, } - + ]] } diff --git a/data/scene/newhorizons/newhorizons/newhorizons.mod b/data/scene/newhorizons/newhorizons/newhorizons.mod index 2727395d46..7b4b4c1eca 100644 --- a/data/scene/newhorizons/newhorizons/newhorizons.mod +++ b/data/scene/newhorizons/newhorizons/newhorizons.mod @@ -184,6 +184,34 @@ return { GuiName = "/Solar/NewHorizons" }, + { + Name = "NewHorizonsTrailPluto", + Parent = "PlutoBarycenter", + Renderable = { + Type = "RenderableTrailNew", + -- Spice + Body = "NEW HORIZONS", + Frame = "GALACTIC", + Observer = "PLUTO BARYCENTER", + -- Optional rendering properties + LineColor = { 1.0, 0.8, 0.4 }, + PointColor = { 1.0, 0.8, 0.4 }, + LineFade = 0.0, -- [0,1] + RenderPart = 1, + LineWidth = 2, + ShowTimeStamps = true, + RenderFullTrail = true, + -- Time interval + TimeRange = { + Start = "2015 JUL 07 12:00:00", + End = "2015 JUL 17 12:00:00" + }, + SampleDeltaTime = 3600, -- Seconds between each point + SubSamples = 3, + }, + GuiName = "/Solar/NewHorizonsTrailPluto" + }, + --[[ -- NewHorizonsPath module { Name = "NewHorizonsPathPluto", @@ -230,5 +258,6 @@ return { EndTime = "2007 MAR 15 12:00:00" }, GuiName = "/Solar/NewHorizonsPathJupiter" - }, + }, + ]] } diff --git a/data/scene/newhorizons/pluto/charon/charon.mod b/data/scene/newhorizons/pluto/charon/charon.mod index c7c36fe96d..1e51526c97 100644 --- a/data/scene/newhorizons/pluto/charon/charon.mod +++ b/data/scene/newhorizons/pluto/charon/charon.mod @@ -73,14 +73,14 @@ return { Translation = { Type = "SpiceEphemeris", Body = "CHARON", - Reference = "ECLIPJ2000", + Reference = "GALACTIC", Observer = "PLUTO BARYCENTER", Kernels = NewHorizonsKernels }, Rotation = { Type = "SpiceRotation", SourceFrame = "IAU_CHARON", - DestinationFrame = "ECLIPJ2000" + DestinationFrame = "GALACTIC" }, }, GuiName = "/Solar/Planets/Charon"