fixed bugs

This commit is contained in:
Perfare
2019-03-07 04:50:36 +08:00
parent 9e76d94eea
commit 6a4979f999
2 changed files with 49 additions and 18 deletions

View File

@ -64,6 +64,7 @@ namespace AssetStudio {
FbxArray<FbxSurfacePhong*>* pMaterials;
FbxArray<FbxFileTexture*>* pTextures;
FbxArray<FbxNode*>* pMeshNodes;
FbxPose* pBindPose;
Exporter(String^ path, IImported^ imported, bool allFrames, bool allBones, bool skins, float boneSize, float scaleFactor, int versionIndex, bool isAscii, bool normals);
~Exporter();