CesiumGS / cesium-native

Apache License 2.0
414 stars 210 forks source link

Add `CesiumGltfWriter::SchemaWriter` #933

Closed lilleyse closed 4 weeks ago

lilleyse commented 1 month ago

Adds a serializer for CesiumGltf::Schema objects.

This is essentially the same as Cesium3DTilesWriter::SchemaWriter but I wasn't sure how to unify them in a simple way...

kring commented 4 weeks ago

I don't know of a simple way to unify them either. For now we're just living with the duplication. Thanks @lilleyse!