Assimp  v4.1. (December 2018)
Assimp::FBXExporter Class Reference

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...
 

Detailed Description

Helper class to export a given scene to an FBX file.

Constructor & Destructor Documentation

◆ FBXExporter()

FBXExporter::FBXExporter ( const aiScene pScene,
const ExportProperties pProperties 
)

Constructor for a specific scene to export.

Member Function Documentation

◆ ExportAscii()

void FBXExporter::ExportAscii ( const char *  pFile,
IOSystem pIOSystem 
)

◆ ExportBinary()

void FBXExporter::ExportBinary ( const char *  pFile,
IOSystem pIOSystem 
)

The documentation for this class was generated from the following files: