mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-10 05:32:18 -06:00
38 lines
1.2 KiB
Modula-2
38 lines
1.2 KiB
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 = "ESRI Imagery World 2D",
|
|
FilePath = "map_service_configs/ESRI_Imagery_World_2D.wms",
|
|
},
|
|
--]]
|
|
{
|
|
Name = "MODIS_Terra_CorrectedReflectance_TrueColor",
|
|
FilePath = "map_service_configs/MODIS_Terra_CorrectedReflectance_TrueColor.xml",
|
|
},
|
|
{
|
|
Name = "Coastlines",
|
|
FilePath = "map_service_configs/Coastlines.xml",
|
|
},
|
|
},
|
|
HeightMaps = {
|
|
{
|
|
Name = "Terrain tileset",
|
|
FilePath = "map_service_configs/TERRAIN.wms",
|
|
},
|
|
},
|
|
},
|
|
},
|
|
GuiName = "/Solar/Planets/DebugGlobe"
|
|
},
|
|
|
|
}
|