Assimp
v4.1. (December 2018)
|
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 | |
void | Assimp::FBX::TokenizeBinary (TokenList &output_tokens, const char *input, size_t 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.