Files
assimp/code/AssetLib
#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-09-28 15:20:59 +02:00
2020-09-30 16:38:13 +02:00
2020-10-19 23:53:27 +02:00
2020-10-21 23:21:50 +03:00
2020-10-16 08:56:55 +02:00
2020-07-24 16:33:36 -04:00
2020-10-05 15:29:09 +05:30
2020-09-25 21:00:09 +02:00
2020-09-28 20:35:30 +02:00
2020-10-13 21:56:43 +03:00