10 #ifndef VRECKO_NATURE_TERRAIN_HEIGHTMAPPROPERTIES_H
11 #define VRECKO_NATURE_TERRAIN_HEIGHTMAPPROPERTIES_H
20 static class HeightMapProperties :
public TerrainProperties
25 static std::string _heightMapPath;
32 static inline const std::string& HeightMapPath() {
return _heightMapPath; }
33 static inline void HeightMapPath(
const std::string& heightMapPath) { _heightMapPath = heightMapPath; }
39 static void LoadDataSourceNodeParameters(XERCES_CPP_NAMESPACE_QUALIFIER
DOMNode *parameters);
41 } HeightMapProperties;