|
Assimp v3.1.1 (June 2014)
|
Implementation of the FBX DOM -> aiScene converter. More...
Classes | |
| class | Assimp::FBX::Converter |
| Dummy class to encapsulate the conversion process. More... | |
Namespaces | |
| namespace | Assimp |
| MACHINE-GENERATED by scripts/ICFImporter/CppGenerator.py. | |
| namespace | 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) |
| Convert a FBX Document to aiScene. More... | |
| static void | Assimp::FBX::validateAnimCurveNodes (const std::vector< const AnimationCurveNode * > &curves, bool strictMode) |
Implementation of the FBX DOM -> aiScene converter.
| #define CONVERT_FBX_TIME | ( | time | ) | static_cast<double>(time) / 46186158000L |
| #define MAGIC_NODE_TAG "_$AssimpFbx$" |