Assimp
v4.1. (December 2018)
|
Helper class to export a given scene to an FBX file. More...
Public Member Functions | |
void | ExportAscii (const char *pFile, IOSystem *pIOSystem) |
void | ExportBinary (const char *pFile, IOSystem *pIOSystem) |
FBXExporter (const aiScene *pScene, const ExportProperties *pProperties) | |
Constructor for a specific scene to export. More... | |
Helper class to export a given scene to an FBX file.
FBXExporter::FBXExporter | ( | const aiScene * | pScene, |
const ExportProperties * | pProperties | ||
) |
Constructor for a specific scene to export.
void FBXExporter::ExportAscii | ( | const char * | pFile, |
IOSystem * | pIOSystem | ||
) |
void FBXExporter::ExportBinary | ( | const char * | pFile, |
IOSystem * | pIOSystem | ||
) |