mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-10 07:04:36 +00:00
KCL : Support automatic triangulation and improve material detection.
This commit is contained in:
parent
c6287f2631
commit
ec73bbfe54
4 changed files with 1 additions and 1 deletions
|
@ -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
BIN
Toolbox/Lib/IONET.dll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue