7 #include "VectorMathDecl.h"
23 static const int MAX_TERRAIN_DEPTH;
29 bool TryGetHeight(
const Eegeo::dv3& ecefPosition,
int minLevel,
float& out_terrainHeight)
const;
33 bool TryGetHeight(
const Eegeo::dv3& ecefPosition,
35 int previousQueryTerminationLevel,
36 float previousQueryTerrainHeight,
37 int& out_queryTerminationLevel,
38 float& out_terrainHeight)
const;
42 float GetMaxHeight()
const;
43 float GetMinHeight()
const;
45 void SetDebugLog(
bool enabled) { m_debugLog = enabled; }