Created new scene with a debug globe in the center.

This commit is contained in:
kbladin
2016-04-05 15:37:10 -04:00
parent ee425a7d01
commit 506c624a73
10 changed files with 72 additions and 5 deletions
+23
View File
@@ -0,0 +1,23 @@
return {
-- DebugGlobe module
{
Name = "DebugGlobe",
Parent = "Root",
Renderable = {
Type = "RenderableGlobe",
Frame = "IAU_EARTH",
Body = "EARTH",
},
Ephemeris = {
Type = "Spice",
Body = "EARTH",
Reference = "ECLIPJ2000",
Observer = "EARTH",
Kernels = {
"${OPENSPACE_DATA}/spice/de430_1850-2150.bsp"
}
},
GuiName = "/Solar/Planets/DebugGlobe"
},
}