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
..
AMF Merge branch 'master' into pugi_xml 2020-07-03 17:29:38 +02:00
AssetLib MSVC crash workaround 2020-10-21 23:21:50 +03:00
CApi replace NULL and avoid ai_assert with more than 2 tests. 2020-06-23 21:05:42 +02:00
Common closes pParam.mReference = source; 2020-10-14 20:34:46 +02:00
Material replace NULL and avoid ai_assert with more than 2 tests. 2020-06-23 21:05:42 +02:00
PostProcessing Stop concatenating std::strings. Use formatter. 2020-08-18 17:35:08 +01:00
res Updated copyright dates. 2020-01-20 08:53:12 -05:00
.editorconfig Implemented: Add editor config for source code 2015-06-28 15:50:57 -06:00
CMakeLists.txt Update Hunter for pugixml 2020-10-12 16:30:03 -04:00