Increase the TilePixelSize for heightmaps loaded from info files

This commit is contained in:
Alexander Bock
2023-05-10 23:13:27 +02:00
parent f6f3621b5b
commit 9447a351b4

View File

@@ -245,7 +245,7 @@ openspace.globebrowsing.parseInfoFile = function (file)
Name = name,
Description = Description or "",
FilePath = dir .. '/' .. HeightFile,
TilePixelSize = 90
TilePixelSize = 512
}
end