16 #ifndef QGSONLINETERRAINGENERATOR_H
17 #define QGSONLINETERRAINGENERATOR_H
25 class QgsDemHeightMapGenerator;
53 void setResolution(
int resolution ) { mResolution = resolution; updateGenerator(); }
66 Type type() const override;
68 float heightAt(
double x,
double y, const
Qgs3DMapSettings &map ) const override;
69 void writeXml( QDomElement &elem ) const override;
70 void readXml( const QDomElement &elem ) override;
73 QgsChunkLoader *createChunkLoader( QgsChunkNode *node ) const override
SIP_FACTORY;
77 void updateGenerator();
86 float mSkirtHeight = 10.f;
88 std::
unique_ptr<QgsDemHeightMapGenerator> mHeightMapGenerator;
91 #endif // QGSONLINETERRAINGENERATOR_H