mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-06 00:53:52 +00:00
feat(editor): auto-export alpha maps alongside terrain on zone save
This commit is contained in:
parent
4ea09b0b8b
commit
d990b2819d
1 changed files with 1 additions and 0 deletions
|
|
@ -792,6 +792,7 @@ void EditorApp::exportZone(const std::string& outputDir) {
|
|||
std::to_string(loadedTileX_) + "_" + std::to_string(loadedTileY_);
|
||||
WoweeTerrain::exportOpen(terrain_, openBase, loadedTileX_, loadedTileY_);
|
||||
WoweeTerrain::exportNormalMap(terrain_, openBase + "_normals.png");
|
||||
WoweeTerrain::exportAlphaMaps(terrain_, base + "/alphamaps");
|
||||
|
||||
// Write zone info README
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue