1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-10-06 06:43:22 +02:00

Adjust hillshading parameters

This commit is contained in:
Martin Tůma 2024-05-20 20:21:29 +02:00
parent ca0d859c6d
commit 1af2c130b0

View File

@ -8,7 +8,7 @@ class HillShading
{ {
public: public:
static QImage render(const MatrixD &m, int extend, quint8 alpha = 96, static QImage render(const MatrixD &m, int extend, quint8 alpha = 96,
double z = 0.3, double azimuth = 315, double elevation = 25); double z = 0.6, double azimuth = 315, double elevation = 45);
}; };
#endif // HILLSHADING_H #endif // HILLSHADING_H