assimp/code/AssetLib/glTF
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
..
glTFAsset.h Merge branch 'file-formatting' of https://github.com/aaronfranke/assimp into aaronfranke-file-formatting 2020-05-05 10:17:52 +02:00
glTFAsset.inl Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
glTFAssetWriter.h Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
glTFAssetWriter.inl Fail gltf/gltf2 export whenever invalid / incomplete JSON is generated 2020-05-11 12:02:38 -07:00
glTFCommon.cpp Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
glTFCommon.h Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
glTFExporter.cpp Merge branch 'file-formatting' of https://github.com/aaronfranke/assimp into aaronfranke-file-formatting 2020-05-05 10:17:52 +02:00
glTFExporter.h Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
glTFImporter.cpp Merge branch 'file-formatting' of https://github.com/aaronfranke/assimp into aaronfranke-file-formatting 2020-05-05 10:17:52 +02:00
glTFImporter.h Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00