------------------------------------------------------------------------------------------------
| 158 | |
| 159 | // ------------------------------------------------------------------------------------------------ |
| 160 | void ReportSceneNotFoundError() { |
| 161 | ASSIMP_LOG_ERROR("Unable to find the Assimp::Importer for this aiScene. " |
| 162 | "The C-API does not accept scenes produced by the C++ API and vice versa"); |
| 163 | |
| 164 | ai_assert(false); |
| 165 | } |
| 166 | |
| 167 | // ------------------------------------------------------------------------------------------------ |
| 168 | // Reads the given file and returns its content. |
no outgoing calls
no test coverage detected