Marco Hutter
51e43bbd49
Comment fixes for clang formatting
2021-04-29 17:06:34 +02:00
Samuel Vargas
33db5cc76e
Fix @link doxygen command that clang-format busted
2021-04-21 15:46:22 -04:00
Samuel Vargas
10dfa6823c
Replace thrown exceptions with `WriteModelResult`
...
The API should now mimic the reading api, where errors encountered
during the serialization process don't cause crashes. The caller receives
two vectors of strings detailing all errors and warnings that were
generated, and the json serialization functions stop gracefully.
2021-04-20 13:58:20 -04:00
Samuel Vargas
dbd8f67402
WriteOptions -> WriteModelOptions
...
Renamed it for better consistency with ReadModelOptions
2021-04-19 17:09:38 -04:00
Samuel Vargas
2fbc6f4e1a
Improve doxygen for callback function, fix wrapping
2021-04-19 15:37:30 -04:00
Samuel Vargas
ca6c119632
Swap \link syntax with {@link}
2021-04-19 15:25:58 -04:00
Samuel Vargas
3412704062
Replace bitmask options with dedicated struct
2021-04-19 14:28:43 -04:00
Samuel Vargas
b03dac82af
Add trailing newline to misc files [ skip ci ]
2021-04-06 13:07:48 -04:00
Samuel Vargas
94c77dd89e
Merge tag 'post-clang-format' into gltf-writer-clang-format
...
The commit that ran clang-format on the entire codebase and made no other changes.
2021-03-09 16:36:39 -05:00
Samuel Vargas
0d803ba646
Add detailed doxygen for the serialization functions [ skip ci ]
2021-03-05 13:18:27 -05:00
Samuel Vargas
6babc551a0
Replace std::uint8_t with std::byte for data containers
2021-03-05 10:16:12 -05:00
Samuel Vargas
5e55a3a7f3
Remove extraneous space in WriteFlags.h
2021-03-05 07:41:21 -05:00
Samuel Vargas
98480a4c02
Increase BufferWriter coverage to 100%
2021-03-05 07:41:20 -05:00
Samuel Vargas
7bfb800ab9
Rework the Writer / BufferWriter API
...
- Removed unused EmbedImages / EmbedBuffers / ExternalBuffers parameters
- Split the writing function into two separate functions.
2021-03-05 07:41:17 -05:00
Samuel Vargas
f643405726
Add CesiumGltfWriter
2021-03-05 07:41:16 -05:00