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

Initial CMDL cooking in place

This commit is contained in:
Jack Andersen
2015-10-18 17:28:47 -10:00
parent 58c0fd5ad2
commit bf8a007514
6 changed files with 280 additions and 22 deletions

View File

@@ -282,7 +282,7 @@ struct SpecMP1 : SpecBase
void cookMesh(const HECL::ProjectPath& out, const HECL::ProjectPath& in, BlendStream& ds) const
{
Mesh mesh = ds.compileMesh();
Mesh mesh = ds.compileMesh(-1);
DNAMP1::CMDL::Cook(out, in, mesh);
}