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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user