|
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 | |
| namespace | Assimp |
| MACHINE-GENERATED by scripts/ICFImporter/CppGenerator.py. | |
| namespace | Assimp::FBX |
Macros | |
| #define | BLOCK_SENTINEL_LENGTH 13 |
Functions | |
| 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.
| #define BLOCK_SENTINEL_LENGTH 13 |