CesiumGS / cesium-native

Apache License 2.0
402 stars 205 forks source link

Add support for `CESIUM_primitive_outline` extension. #852

Closed kring closed 4 months ago

kring commented 4 months ago

This is a PR into #851 so merge that first.

Adds support for the CESIUM_primitive_outline glTF extension to CesiumGltf / CesiumGltfReader / CesiumGltfWriter. It doesn't do anything to actually render these outlines.

This PR only changes one file by hand: tools/generate-classes/glTF.json. The rest is generated code.

lilleyse commented 4 months ago

Looks good