Files
assimp/code/AssetLib/FBX
#Momo 7781fe5781 MSVC crash workaround
I do not know why, but the following line causes crash if assimp was compiled using MSVC with RelWithDebInfo configuration:
`std::transform(shading.begin(), shading.end(), shading.begin(), Assimp::ToLower<char>);`
replacing `shading.begin()` with `shading.data()` fixes this issue.
2020-10-21 23:21:50 +03:00
..
2020-05-15 17:22:02 +01:00
2020-10-21 23:21:50 +03:00
2020-08-19 17:20:57 +01:00
2020-08-19 17:20:57 +01:00
2020-08-19 17:20:57 +01:00
2020-08-19 17:20:57 +01:00