Assimp
v3.1.1 (June 2014)
|
Implementation of a fake lexer for binary fbx files - we emit tokens so the parser needs almost no special handling for binary files. More...
Namespaces | |
Assimp | |
MACHINE-GENERATED by scripts/ICFImporter/CppGenerator.py. | |
Assimp::FBX | |
Functions | |
bool | Assimp::FBX::check_flag (uint32_t flags, Flag to_check) |
void | Assimp::FBX::TokenizeBinary (TokenList &output_tokens, const char *input, unsigned int length) |
Tokenizer function for binary FBX files. More... | |
Implementation of a fake lexer for binary fbx files - we emit tokens so the parser needs almost no special handling for binary files.