2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 23:47:43 +00:00

Updated hecl

This commit is contained in:
Jack Andersen
2015-10-14 13:07:29 -10:00
parent 804f0c8b7d
commit d95e11ce3e
8 changed files with 30 additions and 33 deletions

View File

@@ -45,10 +45,11 @@ struct CMDL
return conn.saveBlend();
}
static bool Cook(const DNACMDL::Mesh& mesh,
const HECL::ProjectPath& outPath)
static bool Cook(const HECL::ProjectPath& outPath,
const HECL::ProjectPath& inPath,
const DNACMDL::Mesh& mesh)
{
return true;
return DNACMDL::WriteCMDL<MaterialSet, DNACMDL::SurfaceHeader_1_2, 2>(outPath, inPath, mesh);
}
};