mrvux / dx11-vvvv

DirectX11 Rendering within vvvv
Other
71 stars 71 forks source link

Update to Assimp 5.0.1 #367

Open rudcode opened 3 years ago

rudcode commented 3 years ago

Update to assimp 5.0.1 https://github.com/assimp/assimp/releases/tag/v5.0.1, many changes since v3, like support for gltf, etc. Built with VS2019

mrvux commented 3 years ago

Hello, thanks

Don't worry about the build failed message, it generally happens when submodule is not merged yet.

I did plan to update Assimp a while ago, but I do remember on some cases there also was some serious regressions (some models suddenly loading incorrectly)

I think I still have those models around, so this will require investigation.

rudcode commented 3 years ago

Great, I don't have many models to test, but all of it seems to load just fine.

rudcode commented 3 years ago

I forgot to mention, it needs vcredist 2019 installed. Do I need to rebuild using 2015 compiler?