mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-07-14 02:54:16 -04:00
rename
move files improve Sprite read
This commit is contained in:
10
AssetStudioUtility/ModelExporter.cs
Normal file
10
AssetStudioUtility/ModelExporter.cs
Normal file
@ -0,0 +1,10 @@
|
||||
namespace AssetStudio
|
||||
{
|
||||
public static class ModelExporter
|
||||
{
|
||||
public static void ExportFbx(string path, IImported imported, bool eulerFilter, float filterPrecision, bool allFrames, bool allBones, bool skins, float boneSize, float scaleFactor, bool flatInbetween, int versionIndex, bool isAscii)
|
||||
{
|
||||
Fbx.Exporter.Export(path, imported, eulerFilter, filterPrecision, allFrames, allBones, skins, boneSize, scaleFactor, flatInbetween, versionIndex, isAscii);
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user