mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
Increase the TilePixelSize for heightmaps loaded from info files
This commit is contained in:
@@ -245,7 +245,7 @@ openspace.globebrowsing.parseInfoFile = function (file)
|
||||
Name = name,
|
||||
Description = Description or "",
|
||||
FilePath = dir .. '/' .. HeightFile,
|
||||
TilePixelSize = 90
|
||||
TilePixelSize = 512
|
||||
}
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user