mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-06 00:53:52 +00:00
feat(editor): auto-export terrain normal map PNG alongside WOT/WHM
This commit is contained in:
parent
54b7949dd1
commit
25f1893b49
1 changed files with 1 additions and 0 deletions
|
|
@ -791,6 +791,7 @@ void EditorApp::exportZone(const std::string& outputDir) {
|
|||
std::string openBase = base + "/" + loadedMap_ + "_" +
|
||||
std::to_string(loadedTileX_) + "_" + std::to_string(loadedTileY_);
|
||||
WoweeTerrain::exportOpen(terrain_, openBase, loadedTileX_, loadedTileY_);
|
||||
WoweeTerrain::exportNormalMap(terrain_, openBase + "_normals.png");
|
||||
|
||||
// Write zone info README
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue