Files
OpenSpace/data/scene/debugglobe/debugglobe.mod
2016-05-05 19:32:59 -04:00

46 lines
1.4 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 = "Terrain tileset",
FilePath = "map_service_configs/GIBS_Aqua_MODIS_true.xml",
},
{
Name = "MODIS Terra tileset",
FilePath = "map_service_configs/TERRA_CR_B143_2016-04-12.wms",
},
{
Name = "Terrain tileset",
FilePath = "map_service_configs/TERRAIN.wms",
},
--]]
{
Name = "Test",
FilePath = "map_service_configs/test.wms",
},
},
HeightMaps = {
{
Name = "Terrain tileset",
FilePath = "map_service_configs/TERRAIN.wms",
},
},
},
},
GuiName = "/Solar/Planets/DebugGlobe"
},
}