FBX Writer main class. More...
Public Member Functions | |
| Dtk_ErrorStatus | CloseLastInstance () | 
| Close last instance node for internal tree. It should be called as many time as OpenInstance is called.  More... | |
| Dtk_FBXWriter (const Dtk_string &inFicout, Dtk_ErrorStatus &outErr, Dtk_Int32 inVersion=7400) | |
| Constructor : Initialize the writer for a FBX File.  More... | |
| Dtk_ErrorStatus | OpenInstance (const Dtk_string &inInstanceName, Dtk_Int64 inProtoID, Dtk_bool &outWasAlreadyInstancied, const Dtk_transfo &inTrans=Dtk_transfo(), const Dtk_RGB &inRgb=Dtk_RGB()) | 
| Open a new instance node for internal tree.  More... | |
| Dtk_ErrorStatus | WriteMesh (const Dtk_MeshPtr &inMesh, int inGroup_mesh_faces=0) | 
| Add a Mesh in current instance node. Supports colors, normals per vertex.  More... | |
| ~Dtk_FBXWriter () | |
| Destructor, Save the current work into a FBX file.  More... | |
FBX Writer main class.