@Marsat wrote:
Hello there.
I have trouble to debug on assimp with my program, it's also not working on the assimpModel Example.
Does anyone have the same and know how to fix this?
It's pointing to, this, telling me that there is a bad access (lldb) :
// loads scene from file
scene = shared_ptr(aiImportFileExWithProperties(file.getAbsolutePath().c_str(), flags, NULL, store.get()), aiReleaseImport);If you have any clue, it will be great, thank you to all of you.
Posts: 1
Participants: 1