-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Emscripten - Assimp loading of GLTF Models crashes / throws exception #7738
Comments
I think the check may be fixed via this pull request to Assimp which was merged in 5.3.0 For compiling Assimp for Emscripten for testing quickly on OSX, what might be the easiest approach? Apothecary? |
I think its a simple as downloading 5.3.0 and using the same commands as in apothecary: not sure if you need the copy files section but here it is :)
|
I built for osx and emscripten and it seems to fix the gltf model loading crashes |
@NickHardeman only the fifth model is not working after the update (it was not working before). |
@NickHardeman makes sense, had the same issue. |
This pull request to apothecary would use assimp 5.3.1, but it's failing msys2 clang64. |
Closing because the apothecary pull request was merged. |
See this example: (Press '2' or '3' on keyboard to try and load gltf model).
https://nickhardeman.com/temp/OFExamples/ofxAssimpExample/
Maybe related to this issue in Assimp?
https://stackoverflow.com/questions/74982318/assimp-error-when-loading-model-in-the-browser-wasm
The text was updated successfully, but these errors were encountered: