|
Assimp
v4.1. (December 2018)
|
Implementation of the FBX DOM -> aiScene converter. More...
Namespaces | |
| Assimp | |
| MACHINE-GENERATED by scripts/ICFImporter/CppGenerator.py. | |
| Assimp::FBX | |
Macros | |
| #define | CONVERT_FBX_TIME(time) static_cast<double>(time) / 46186158000L |
| #define | MAGIC_NODE_TAG "_$AssimpFbx$" |
Functions | |
| void | Assimp::FBX::ConvertToAssimpScene (aiScene *out, const Document &doc, bool removeEmptyBones) |
| Convert a FBX Document to aiScene. More... | |
| static std::string | Assimp::FBX::getAncestorBaseName (const aiNode *node) |
Implementation of the FBX DOM -> aiScene converter.
| #define CONVERT_FBX_TIME | ( | time | ) | static_cast<double>(time) / 46186158000L |
| #define MAGIC_NODE_TAG "_$AssimpFbx$" |