Files
assimp/code
#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-07-03 17:29:38 +02:00
2020-10-21 23:21:50 +03:00
2020-10-14 20:34:46 +02:00
2020-01-20 08:53:12 -05:00
2020-10-12 16:30:03 -04:00