mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-06 00:53:52 +00:00
feat(editor): auto-export hole mask PNG alongside terrain on zone save
This commit is contained in:
parent
1a95ec9d0a
commit
5c229e9603
1 changed files with 1 additions and 0 deletions
|
|
@ -794,6 +794,7 @@ void EditorApp::exportZone(const std::string& outputDir) {
|
|||
WoweeTerrain::exportNormalMap(terrain_, openBase + "_normals.png");
|
||||
WoweeTerrain::exportAlphaMaps(terrain_, base + "/alphamaps");
|
||||
WoweeTerrain::exportWaterMask(terrain_, openBase + "_watermask.png");
|
||||
WoweeTerrain::exportHoleMask(terrain_, openBase + "_holemask.png");
|
||||
WoweeTerrain::exportHeightmapPreview(terrain_, openBase + "_heightmap.png");
|
||||
// Also save heightmap as zone thumbnail for content pack browsing
|
||||
WoweeTerrain::exportHeightmapPreview(terrain_, base + "/thumbnail.png");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue