mirror of
https://github.com/minetest/minetestmapper.git
synced 2025-02-10 09:10:39 +01:00
comment++
This commit is contained in:
parent
1ab180c5d0
commit
07b4aabde6
@ -274,6 +274,9 @@ void TileGenerator::generate(const std::string &input, const std::string &output
|
|||||||
int trueXMin = m_xMin;
|
int trueXMin = m_xMin;
|
||||||
int trueZMin = m_zMin;
|
int trueZMin = m_zMin;
|
||||||
|
|
||||||
|
// write info about the number of tiles and the tile sizes to a text file
|
||||||
|
// which can be used by another utility to generate zoom pyramids and/or
|
||||||
|
// add map annotations for a specific viewer.
|
||||||
std::ostringstream mfn;
|
std::ostringstream mfn;
|
||||||
mfn << "metadata_" << output << ".txt";
|
mfn << "metadata_" << output << ".txt";
|
||||||
std::ofstream mf;
|
std::ofstream mf;
|
||||||
|
Loading…
Reference in New Issue
Block a user