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

Function ReportSceneNotFoundError

code/Common/Assimp.cpp:160–165  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

158
159// ------------------------------------------------------------------------------------------------
160void 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.

Callers 3

aiApplyPostProcessingFunction · 0.85
aiGetMemoryRequirementsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected