Implemented getHeight

This commit is contained in:
2016-05-26 13:21:14 +02:00
parent 56e174ae2f
commit 4c613b606a
6 changed files with 20 additions and 5 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ public:
~HeightMap();
void Draw();
void GetHeigth(float x, float z);
float GetHeigth(float x, float y);
void SetTexture(const std::string &file);
std::vector<Vertex> vertices;