Embedding images post-process

This commit is contained in:
Alexis Breust
2018-01-08 09:26:26 +01:00
parent 2aa68d7519
commit 559bc38e5d
7 changed files with 257 additions and 4 deletions

View File

@@ -677,6 +677,8 @@ const aiScene* Importer::ReadFile( const char* _pFile, unsigned int pFlags)
profiler->EndRegion("import");
}
SetPropertyString("sourceFilePath", pFile);
// If successful, apply all active post processing steps to the imported data
if( pimpl->mScene) {