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