mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-27 21:24:47 +01:00
Adjust hillshading parameters
This commit is contained in:
parent
ca0d859c6d
commit
1af2c130b0
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user