Render heightmap to layer

This commit is contained in:
2019-01-07 23:07:55 +01:00
parent 352511a920
commit 2b02be77dc
11 changed files with 145 additions and 116 deletions

View File

@@ -125,7 +125,7 @@ public:
class HeightmapPlane : public Shape
{
public:
bool create(float w, float h, const Image& img, float scale);
bool create(float w, float h, const Image& img, float scale, float height);
bool create(float w, float h, int div);
};