mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-07 04:00:37 -06:00
32 lines
953 B
Modula-2
32 lines
953 B
Modula-2
return {
|
|
-- DebugGlobe module
|
|
{
|
|
Name = "DebugGlobe",
|
|
Parent = "Root",
|
|
Renderable = {
|
|
Type = "RenderableGlobe",
|
|
Radii = {6378137.0, 6378137.0, 6356752.314245}, -- Earth's radii
|
|
Textures = {
|
|
ColorTextures = {
|
|
{
|
|
Name = "BlueMarble",
|
|
FilePath = "textures/earth_bluemarble.jpg",
|
|
},
|
|
{
|
|
Name = "MODIS TERRA tileset",
|
|
FilePath = "map_service_configs/TERRA_CR_B143_2016-04-12.wms",
|
|
},
|
|
},
|
|
HightMaps = {
|
|
{
|
|
Name = "Terrain tileset",
|
|
FilePath = "map_service_configs/TERRAIN.wms",
|
|
},
|
|
},
|
|
},
|
|
},
|
|
GuiName = "/Solar/Planets/DebugGlobe"
|
|
},
|
|
|
|
}
|