mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-22 19:29:04 -05:00
Clean up in gebugglobe.mod
This commit is contained in:
@@ -22,9 +22,9 @@ return {
|
||||
Type = "RenderableGlobe",
|
||||
Frame = "IAU_EARTH",
|
||||
Body = "EARTH",
|
||||
Radii = {6378137.0, 6378137.0, 6356752.314245}, -- Earth's radii
|
||||
--Radii = {6378137.0, 6378137.0, 6356752.314245}, -- Earth's radii
|
||||
--Radii = {1738100, 1738100, 1736000}, -- Moon's radii
|
||||
--Radii = {3396190.0, 3396190.0, 3376200.0}, -- Mars' radii
|
||||
Radii = {3396190.0, 3396190.0, 3376200.0}, -- Mars' radii
|
||||
--Radii = {2439700.0, 2439700.0, 2439700.0},
|
||||
CameraMinHeight = 1000,
|
||||
InteractionDepthBelowEllipsoid = 10000, -- Useful when having negative height map values
|
||||
@@ -63,7 +63,7 @@ return {
|
||||
{
|
||||
Name = "MARS_Viking_MDIM21",
|
||||
FilePath = "map_service_configs/mars/MARS_Viking_MDIM21.xml",
|
||||
--Enabled = true,
|
||||
Enabled = true,
|
||||
},
|
||||
--[[
|
||||
{
|
||||
@@ -85,21 +85,20 @@ return {
|
||||
{
|
||||
Name = "CTX Mosaic",
|
||||
FilePath = "map_service_configs/mars/CTX_Mosaic.xml",
|
||||
Enabled = false,
|
||||
|
||||
Enabled = false,
|
||||
},
|
||||
--[[
|
||||
{
|
||||
Name = "On Moon Color",
|
||||
FilePath = "map_service_configs/moon/OnMoonColor.xml",
|
||||
--Enabled = true,
|
||||
},]]
|
||||
}
|
||||
{
|
||||
Name = "West_Candor_Chasma_longlat_global",
|
||||
FilePath = "map_datasets/West_Candor_Chasma_longlat_global.vrt",
|
||||
Enabled = true,
|
||||
|
||||
}
|
||||
Enabled = true,
|
||||
},
|
||||
]]
|
||||
},
|
||||
NightTextures = {
|
||||
{
|
||||
@@ -107,38 +106,6 @@ return {
|
||||
FilePath = "map_service_configs/earth/VIIRS_CityLights_2012.xml",
|
||||
},
|
||||
},
|
||||
HeightMaps = {
|
||||
{
|
||||
Name = "Terrain tileset",
|
||||
FilePath = "map_service_configs/earth/TERRAIN.wms",
|
||||
--Enabled = true,
|
||||
},
|
||||
{
|
||||
Name = "Mola Elevation",
|
||||
FilePath = "map_service_configs/mars/Mola_Elevation.xml",
|
||||
--Enabled = true,
|
||||
},
|
||||
--[[
|
||||
{
|
||||
Name = "On Moon Height",
|
||||
FilePath = "map_service_configs/moon/OnMoonHeight.xml",
|
||||
--Enabled = true,
|
||||
},]]
|
||||
{
|
||||
Name = "On Mercury Height",
|
||||
FilePath = "map_service_configs/mercury/OnMercuryElevationGaskell.xml",
|
||||
},
|
||||
{
|
||||
Name = "West_Candor_Chasma_DEM_longlat_global1",
|
||||
FilePath = "map_datasets/West_Candor_Chasma_DEM_longlat_global.vrt",
|
||||
}
|
||||
},
|
||||
HeightMapOverlays = {
|
||||
{
|
||||
Name = "West_Candor_Chasma_DEM_longlat_global2",
|
||||
FilePath = "map_datasets/West_Candor_Chasma_DEM_longlat_global.vrt",
|
||||
},
|
||||
},
|
||||
WaterMasks = {
|
||||
{
|
||||
Name = "MODIS_Water_Mask",
|
||||
@@ -159,6 +126,37 @@ return {
|
||||
FilePath = "map_service_configs/earth/Reference_Labels.xml",
|
||||
},
|
||||
},
|
||||
HeightMaps = {
|
||||
{
|
||||
Name = "Terrain tileset",
|
||||
FilePath = "map_service_configs/earth/TERRAIN.wms",
|
||||
--Enabled = true,
|
||||
},
|
||||
{
|
||||
Name = "Mola Elevation",
|
||||
FilePath = "map_service_configs/mars/Mola_Elevation.xml",
|
||||
Enabled = true,
|
||||
},
|
||||
--[[
|
||||
{
|
||||
Name = "On Moon Height",
|
||||
FilePath = "map_service_configs/moon/OnMoonHeight.xml",
|
||||
--Enabled = true,
|
||||
},]]
|
||||
{
|
||||
Name = "On Mercury Height",
|
||||
FilePath = "map_service_configs/mercury/OnMercuryElevationGaskell.xml",
|
||||
},
|
||||
},
|
||||
HeightMapOverlays = {
|
||||
--[[
|
||||
{
|
||||
Name = "West_Candor_Chasma_DEM_longlat_global2",
|
||||
FilePath = "map_datasets/West_Candor_Chasma_DEM_longlat_global.vrt",
|
||||
Enabled = true,
|
||||
},
|
||||
]]
|
||||
},
|
||||
},
|
||||
},
|
||||
--[[
|
||||
|
||||
Reference in New Issue
Block a user