KCL : Support automatic triangulation and improve material detection.

This commit is contained in:
KillzXGaming 2021-12-22 15:39:10 -05:00
parent c6287f2631
commit ec73bbfe54
4 changed files with 1 additions and 1 deletions

View file

@ -401,7 +401,7 @@ namespace FirstPlugin
if (sfd.ShowDialog() == DialogResult.OK)
{
var obj = KclFile.CreateGenericModel();
obj.Save(sfd.FileName, true);
obj.Save(sfd.FileName);
}
}

BIN
Toolbox/Lib/IONET.dll Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.