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

Function aiImportFile

code/Common/Assimp.cpp:169–171  ·  view source on GitHub ↗

------------------------------------------------------------------------------------------------ Reads the given file and returns its content.

Source from the content-addressed store, hash-verified

167// ------------------------------------------------------------------------------------------------
168// Reads the given file and returns its content.
169const aiScene *aiImportFile(const char *pFile, unsigned int pFlags) {
170 return aiImportFileEx(pFile, pFlags, nullptr);
171}
172
173// ------------------------------------------------------------------------------------------------
174const aiScene *aiImportFileEx(const char *pFile, unsigned int pFlags, aiFileIO *pFS) {

Callers 2

loadassetFunction · 0.85
import_testFunction · 0.85

Calls 1

aiImportFileExFunction · 0.85

Tested by 1

import_testFunction · 0.68