mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-07 04:00:37 -06:00
Fix missing includes
This commit is contained in:
@@ -32,6 +32,9 @@
|
||||
#include <modules/globebrowsing/globes/chunkedlodglobe.h>
|
||||
#include <modules/globebrowsing/globes/renderableglobe.h>
|
||||
|
||||
#include <modules/globebrowsing/tile/tileprovider/tileprovider.h>
|
||||
#include <modules/globebrowsing/rendering/layermanager.h>
|
||||
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
@@ -176,8 +179,7 @@ namespace globebrowsing {
|
||||
const Chunk& chunk,
|
||||
const RenderData& data) const {
|
||||
auto layerManager = chunk.owner().chunkedLodGlobe()->layerManager();
|
||||
auto heightLayers =
|
||||
layerManager->layerGroup(LayerManager::HeightLayers).activeLayers();
|
||||
auto heightLayers = layerManager->layerGroup(LayerManager::HeightLayers).activeLayers();
|
||||
int currLevel = chunk.tileIndex().level;
|
||||
|
||||
for (size_t i = 0; i < LayerManager::NUM_LAYER_GROUPS; i++) {
|
||||
@@ -193,4 +195,4 @@ namespace globebrowsing {
|
||||
return currLevel - 1;
|
||||
}
|
||||
} // namespace globebrowsing
|
||||
} // namespace openspace
|
||||
} // namespace openspace
|
||||
|
||||
Reference in New Issue
Block a user