|
@@ -807,7 +807,7 @@ const aiScene* Importer::ReadFileFromMemory( const void* pBuffer,
|
|
}
|
|
}
|
|
|
|
|
|
// ------------------------------------------------------------------------------------------------
|
|
// ------------------------------------------------------------------------------------------------
|
|
-// Reads the given file and returns its contents if successful.
|
|
|
|
|
|
+// Reads the given file and returns its contents if successful.
|
|
const aiScene* Importer::ReadFile( const char* _pFile, unsigned int pFlags)
|
|
const aiScene* Importer::ReadFile( const char* _pFile, unsigned int pFlags)
|
|
{
|
|
{
|
|
ASSIMP_BEGIN_EXCEPTION_REGION();
|
|
ASSIMP_BEGIN_EXCEPTION_REGION();
|
|
@@ -926,6 +926,7 @@ const aiScene* Importer::ReadFile( const char* _pFile, unsigned int pFlags)
|
|
return pimpl->mScene;
|
|
return pimpl->mScene;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+
|
|
// ------------------------------------------------------------------------------------------------
|
|
// ------------------------------------------------------------------------------------------------
|
|
// Apply post-processing to the currently bound scene
|
|
// Apply post-processing to the currently bound scene
|
|
const aiScene* Importer::ApplyPostProcessing(unsigned int pFlags)
|
|
const aiScene* Importer::ApplyPostProcessing(unsigned int pFlags)
|