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

Function aiImportFileEx

code/Common/Assimp.cpp:174–176  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

172
173// ------------------------------------------------------------------------------------------------
174const aiScene *aiImportFileEx(const char *pFile, unsigned int pFlags, aiFileIO *pFS) {
175 return aiImportFileExWithProperties(pFile, pFlags, pFS, nullptr);
176}
177
178// ------------------------------------------------------------------------------------------------
179const aiScene *aiImportFileExWithProperties(const char *pFile, unsigned int pFlags,

Callers 1

aiImportFileFunction · 0.85

Calls 1

Tested by

no test coverage detected