mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-09 21:20:05 -06:00
25 lines
566 B
Modula-2
25 lines
566 B
Modula-2
return {
|
|
-- DebugGlobe module
|
|
{
|
|
Name = "DebugGlobe",
|
|
Parent = "Root",
|
|
Renderable = {
|
|
Type = "RenderableGlobe",
|
|
Frame = "IAU_EARTH",
|
|
Body = "EARTH",
|
|
Radius = 6.316e6,
|
|
},
|
|
Ephemeris = {
|
|
Type = "Spice",
|
|
Body = "EARTH",
|
|
Reference = "ECLIPJ2000",
|
|
Observer = "EARTH",
|
|
Kernels = {
|
|
"${OPENSPACE_DATA}/spice/de430_1850-2150.bsp"
|
|
}
|
|
},
|
|
GuiName = "/Solar/Planets/DebugGlobe"
|
|
},
|
|
|
|
}
|