Too many vertices, would run out of memory

Issue #40 resolved
Former user created an issue

It seems that the correct runtime DLL is not used in the 4er version. Since I installed 4.1.0, there is an error when importing very large OBJ files: "Too many vertices, would run out of memory" Actually this has already been corrected in the assimp library, but in the current .NET version this bug still exists.

I recompiled the assimp.dll and simply replaced it. Now the error does not occur any more.

Comments (2)

  1. Nicholas Woodfield repo owner

    Recompiled the native DLL with source from their 4.1 release branch? Or their master branch (5.0)? It’s dangerous to do the latter since the C# code needs to be updated to match (check out the 5.0 branch someone filed a PR for which takes care of most of the big changes I believe, I haven’t had time to work on it but I do welcome any PRs to help get AssimpNet to 5.0 status).

  2. Log in to comment