mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-10 05:32:18 -06:00
17 lines
398 B
Modula-2
17 lines
398 B
Modula-2
return {
|
|
-- DebugGlobe module
|
|
{
|
|
Name = "DebugGlobe",
|
|
Parent = "Root",
|
|
Renderable = {
|
|
Type = "RenderableGlobe",
|
|
Radii = {6378137.0, 6378137.0, 6356752.314245}, -- Earth's radii
|
|
Textures = {
|
|
Color = "textures/earth_bluemarble.jpg",
|
|
}
|
|
},
|
|
GuiName = "/Solar/Planets/DebugGlobe"
|
|
},
|
|
|
|
}
|