Remove datasets from debugglobe.mod

This commit is contained in:
Kalle Bladin
2016-07-15 18:57:03 -04:00
parent e19a68eb1e
commit 1d9aab6e63
2 changed files with 11 additions and 14 deletions

View File

@@ -88,18 +88,14 @@ return {
FilePath = "map_service_configs/mars/CTX_Mosaic.xml",
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,
},
]]
}]]
},
NightTextures = {
{
@@ -133,17 +129,18 @@ return {
},
},
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 = "Terrain tileset",
FilePath = "map_service_configs/earth/TERRAIN.wms",
--Enabled = true,
},
{
Name = "On Moon Height",
FilePath = "map_service_configs/moon/OnMoonHeight.xml",

View File

@@ -192,7 +192,7 @@ float calculateHeightOverlay(
levelWeights.w3 * getTexVal(heightOverlayTilesParent2[#{i}], uv);
float heightSample = getTransformedTexVal(heightOverlayTiles[#{i}].depthTransform, untransformedHeightSample.r);
if (untransformedHeightSample.g > 0.5)
if (heightSample > -100000)
height = heightSample;
}
#endfor