Use a separate storage for groundcover data

This commit is contained in:
Andrei Kortunov 2021-10-29 16:47:17 +04:00
parent ca64d7bc18
commit 3275440f0d
10 changed files with 125 additions and 40 deletions

View file

@ -215,6 +215,8 @@ namespace EsmLoader
reader.setEncoder(encoder);
reader.setIndex(static_cast<int>(i));
reader.open(collection.getPath(file).string());
if (query.mLoadCells)
reader.resolveParentFileIndices(readers);
loadEsm(query, readers[i], result);
}