#include <fbxwritercollada14.h>
Class to export FBX scene into a Collada file.
Definition at line 25 of file fbxwritercollada14.h.
Constructors and Destructor |
|
| FbxWriterCollada (FbxManager &pManager, int pID, FbxStatus &pStatus) | |
| Constructor. |
|
| virtual | ~FbxWriterCollada () |
| Destructor. |
|
File Management |
|
| virtual bool | FileCreate (char *pFileName) |
| Create and open file with the given name.
|
|
| virtual bool | FileClose () |
| Close file. |
|
| virtual bool | IsFileOpen () |
| Check if current file is open. |
|
Write Functions |
|
| virtual void | GetWriteOptions () |
| Get Collada export options settings.
|
|
| virtual bool | Write (FbxDocument *pDocument) |
| Export the FBX document to Collada file,
according to the given options settings. |
|
| virtual bool | PreprocessScene (FbxScene &pScene) |
| Process FBX scene before exporting FBX scene
to Collada file. |
|
| virtual bool | PostprocessScene (FbxScene &pScene) |
| Process FBX scene after exporting FBX scene
to Collada file. |
|
| FbxWriterCollada | ( | FbxManager & | pManager, |
| int | pID, | ||
| FbxStatus & | pStatus | ||
| ) |
Constructor.
| pManager | FBX SDK object Manager. |
| pID | Internal ID. |
| pStatus | The FbxStatus object to hold error codes. |
| virtual ~FbxWriterCollada | ( | ) | [virtual] |
Destructor.
| virtual bool FileCreate | ( | char * | pFileName | ) | [virtual] |
Create and open file with the given name.
| pFileName | the name of file. |
Implements FbxWriter.
| virtual bool FileClose | ( | ) | [virtual] |
Close file.
Implements FbxWriter.
| virtual bool IsFileOpen | ( | ) | [virtual] |
Check if current file is open.
Implements FbxWriter.
| virtual void GetWriteOptions | ( | ) | [inline, virtual] |
Get Collada export options settings.
Implements FbxWriter.
Definition at line 75 of file fbxwritercollada14.h.
{}
| virtual bool Write | ( | FbxDocument * | pDocument | ) | [virtual] |
Export the FBX document to Collada file, according to the given options settings.
| pDocument | FBX Document to export. |
Implements FbxWriter.
| virtual bool PreprocessScene | ( | FbxScene & | pScene | ) | [virtual] |
Process FBX scene before exporting FBX scene to Collada file.
| pScene | the FBX scene to precess. |
Implements FbxWriter.
| virtual bool PostprocessScene | ( | FbxScene & | pScene | ) | [virtual] |
Process FBX scene after exporting FBX scene to Collada file.
| pScene | the FBX scene to precess. |
Implements FbxWriter.