Files
OpenSpace/data/scene/imageplane/imageplane.mod
2016-08-24 11:44:12 -04:00

35 lines
865 B
Modula-2

return {
-- Latest image taken by LORRI
--[[
{
Name = "ImagePlane",
Parent = "PlutoProjection",
Renderable = {
Type = "RenderablePlaneProjection",
Frame = "NH_SPACECRAFT",
DefaultTarget = "PLUTO",
Spacecraft = "NEW HORIZONS",
Instrument = "NH_LORRI",
Moving = false,
Texture = "textures/squarefov.png",
},
},
-- LORRI FoV square
{
Name = "ImagePlane2",
Parent = "NewHorizons",
Renderable = {
Type = "RenderablePlaneProjection",
Frame = "IAU_JUPITER",
DefaultTarget = "JUPITER",
Spacecraft = "NEW HORIZONS",
Instrument = "NH_LORRI",
Moving = true,
Texture = "textures/squarefov.png",
},
}
]]
}