assimp/code/AssetLib/glTF2
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
..
glTF2Asset.h Move duplicate code to glFT common header. 2021-09-14 20:45:36 +02:00
glTF2Asset.inl Move duplicate code to glFT common header. 2021-09-14 20:45:36 +02:00
glTF2AssetWriter.h Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
glTF2AssetWriter.inl removed trailing spaces and tabs from source and text 2021-07-29 13:28:51 +02:00
glTF2Exporter.cpp Move duplicate code to glFT common header. 2021-09-14 20:45:36 +02:00
glTF2Exporter.h Move duplicate code to glFT common header. 2021-09-14 20:45:36 +02:00
glTF2Importer.cpp Fix warning for array comparison 2021-10-05 19:24:42 +02:00
glTF2Importer.h Move duplicate code to glFT common header. 2021-09-14 20:45:36 +02:00