2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 21:07:42 +00:00

Added distinct-normal vertex extraction

This commit is contained in:
Jack Andersen
2015-09-20 15:23:20 -10:00
parent bee7388242
commit 8221caac35
3 changed files with 12 additions and 0 deletions

View File

@@ -181,6 +181,7 @@ bool MREA::Extract(const SpecBase& dataSpec,
mreaDecompOut.seekAlign32();
atUint64 decompLen = drs.length();
mreaDecompOut.writeBytes(drs.readBytes(decompLen).get(), decompLen);
mreaDecompOut.close();
drs.seek(0, Athena::Begin);
/* Start up blender connection */