assimp/code
Marc 656b0b25d8
Fix warning for array comparison
The code previously compared two float arrays with the != operator. This is deprecated in Visual Studio 2019 and results in a warning that leads to an error when compiling with warnings as errors. Small fix to make the build work.
2021-10-05 19:24:42 +02:00
..
AssetLib Fix warning for array comparison 2021-10-05 19:24:42 +02:00
CApi removed useless code 2021-09-11 21:51:20 +02:00
Common Merge branch 'master' into const-tokens 2021-09-15 23:31:00 +02:00
Material Fixes issues our internal compliance and code quality tool found: 2021-08-30 14:59:17 +01:00
Pbrt Hunter fixes for stb_image 2021-07-07 17:01:19 -04:00
PostProcessing Fix aiString length in aiProcess_EmbedTextures 2021-10-03 00:41:09 +02: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 Next iteration for c++11 features. 2021-09-13 22:38:20 +02:00