5#include "ClipmapConstants.h"
9 const static size_t kMaxNumBlocks = 256;
10 const static size_t kMaxNumLevels = 32;
12 struct GlobalParameters;
13 struct LevelParameters;
22 Vector2 patchOriginInClippedLevel;
33 std::vector<std::vector<ClipmapLevel>> * imagery;
38 const GlobalParameters * globalParameters;
39 const LevelParameters * levelParameters;
40 const ImageryParameters * imageryParameters;
45 bool visibleBlocks[kMaxNumBlocks];
Contains all Cogs related functionality.