|
Assimp
v4.1. (December 2018)
|
main() function of assimp_cmd More...
Functions | |
| int | Assimp_TestBatchLoad (const char *const *params, unsigned int num) |
| assimp testbatchload utility More... | |
| bool | ExportModel (const aiScene *pOut, const ImportData &imp, const std::string &path, const char *pID) |
| Export a specific model file. More... | |
| void | FreeLogStreams () |
| const aiScene * | ImportModel (const ImportData &imp, const std::string &path) |
| Import a specific model file. More... | |
| int | main (int argc, char *argv[]) |
| void | PrintHorBar () |
| int | ProcessStandardArguments (ImportData &fill, const char *const *params, unsigned int num) |
| Process standard arguments. More... | |
| void | SetLogStreams (const ImportData &imp) |
Variables | |
| const char * | AICMD_MSG_ABOUT |
| const char * | AICMD_MSG_HELP |
| Assimp::Exporter * | globalExporter = NULL |
| Assimp::Importer * | globalImporter = NULL |
main() function of assimp_cmd
| int Assimp_TestBatchLoad | ( | const char *const * | params, |
| unsigned int | num | ||
| ) |
assimp testbatchload utility
| params | Command line parameters to 'assimp testbatchload' |
| Number | of params |
| bool ExportModel | ( | const aiScene * | pOut, |
| const ImportData & | imp, | ||
| const std::string & | path, | ||
| const char * | pID | ||
| ) |
Export a specific model file.
| imp | Import configuration to be used |
| path | Path to the file to be written |
| format | Format id |
| void FreeLogStreams | ( | ) |
| const aiScene* ImportModel | ( | const ImportData & | imp, |
| const std::string & | path | ||
| ) |
Import a specific model file.
| imp | Import configuration to be used |
| path | Path to the file to be read |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
| void PrintHorBar | ( | ) |
| int ProcessStandardArguments | ( | ImportData & | fill, |
| const char *const * | params, | ||
| unsigned int | num | ||
| ) |
Process standard arguments.
| fill | Filled by function |
| params | Command line parameters to be processed |
| num | NUmber of params |
| void SetLogStreams | ( | const ImportData & | imp | ) |
| const char* AICMD_MSG_ABOUT |
| const char* AICMD_MSG_HELP |
| Assimp::Exporter* globalExporter = NULL |
| Assimp::Importer* globalImporter = NULL |