1
0
mirror of https://github.com/luanti-org/minetestmapper.git synced 2025-12-31 03:35:33 +01:00

Implemented rendering of names.

This commit is contained in:
Miroslav Bendík
2012-08-25 16:29:41 +02:00
parent 3349bee3a4
commit 8396275bf8
3 changed files with 50 additions and 1 deletions

View File

@@ -99,6 +99,7 @@ private:
void renderShading(int zPos);
void renderScale();
void renderOrigin();
void renderPlayers(const std::string &inputPath);
void writeImage(const std::string &output);
int getImageX(int val) const;
int getImageY(int val) const;