mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-06 09:03:52 +00:00
feat(editor): alpha map export as individual 64x64 grayscale PNGs
This commit is contained in:
parent
25f1893b49
commit
4ea09b0b8b
2 changed files with 27 additions and 0 deletions
|
|
@ -18,6 +18,10 @@ public:
|
|||
static bool exportNormalMap(const pipeline::ADTTerrain& terrain,
|
||||
const std::string& path);
|
||||
|
||||
// Export alpha maps as individual 64x64 grayscale PNGs per chunk layer
|
||||
static int exportAlphaMaps(const pipeline::ADTTerrain& terrain,
|
||||
const std::string& outputDir);
|
||||
|
||||
// Import terrain from open format back to ADTTerrain
|
||||
static bool importOpen(const std::string& basePath, pipeline::ADTTerrain& terrain);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue