mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-06-03 13:41:43 -04:00
feat(editor): include tileSize/chunkSize constants in WOT metadata
This commit is contained in:
@@ -53,6 +53,8 @@ bool WoweeTerrain::exportOpen(const pipeline::ADTTerrain& terrain,
|
||||
f << "\n";
|
||||
}
|
||||
f << " ],\n";
|
||||
f << " \"tileSize\": 533.33333,\n";
|
||||
f << " \"chunkSize\": 33.33333,\n";
|
||||
f << " \"chunkLayers\": [\n";
|
||||
for (int ci = 0; ci < 256; ci++) {
|
||||
const auto& chunk = terrain.chunks[ci];
|
||||
|
||||
Reference in New Issue
Block a user