Height mapping for chunked lod globe.

This commit is contained in:
Kalle Bladin
2016-05-10 13:29:07 -04:00
parent 9d1b6a33b6
commit 2b2c3166e4
5 changed files with 6 additions and 6 deletions
@@ -93,7 +93,7 @@ namespace openspace {
heightMapDictionary.getValue("FilePath", path);
std::shared_ptr<TileProvider> heightMapProvider =
std::shared_ptr<TileProvider>(new TileProvider(
path, 5000, 512));
path, 5000, 256));
_tileProviderManager->addHeightMap(name, heightMapProvider);
}