MCPcopy Create free account
hub / github.com/assimp/assimp / Assimp_TestBatchLoad

Function Assimp_TestBatchLoad

tools/assimp_cmd/Main.cpp:553–559  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

551
552// ------------------------------------------------------------------------------
553int Assimp_TestBatchLoad(const char* const* params, unsigned int num) {
554 for(unsigned int i = 0; i < num; ++i) {
555 globalImporter->ReadFile(params[i],aiProcessPreset_TargetRealtime_MaxQuality);
556 // we're totally silent. scene destructs automatically.
557 }
558 return AssimpCmdError::Success;
559}

Callers 1

mainFunction · 0.85

Calls 1

ReadFileMethod · 0.45

Tested by

no test coverage detected