Assimp  v4.1. (December 2018)
FBXConverter.cpp File Reference

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)
 

Detailed Description

Implementation of the FBX DOM -> aiScene converter.

Macro Definition Documentation

◆ CONVERT_FBX_TIME

#define CONVERT_FBX_TIME (   time)    static_cast<double>(time) / 46186158000L

◆ MAGIC_NODE_TAG

#define MAGIC_NODE_TAG   "_$AssimpFbx$"