assimp/code
Jeremy Cytryn aef4ecada5 Fail gltf/gltf2 export whenever invalid / incomplete JSON is generated
This can happen currently for example if NaNs are introduced in accessor bounds as rapidjson cannot write NaN/inf floats (see subsequent commit for fix there) and will halt writing to buffer at this point.  Fix here ensures that whenever anything like this happens we throw an exception so this ends up as a registered export failure case, rather than silently exporting the incomplete JSON
2020-05-11 12:02:38 -07:00
..
AssetLib Fail gltf/gltf2 export whenever invalid / incomplete JSON is generated 2020-05-11 12:02:38 -07:00
CApi remove step prototype: does not work this way. 2020-05-07 14:00:40 +02:00
Common Merge branch 'file-formatting' of https://github.com/aaronfranke/assimp into aaronfranke-file-formatting 2020-05-05 10:17:52 +02:00
Material Merge branch 'master' into kimkulling_dev 2020-03-23 09:00:41 +01:00
PostProcessing Merge branch 'master' into master 2020-05-06 22:07:39 +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 fix incorrect header path on framework build 2020-05-06 16:15:23 +03:00