CesiumGS / cesium-native

Apache License 2.0
414 stars 210 forks source link

Remove support for EXT_feature_metadata in CesiumGltf, CesiumGltfReader, CesiumGltfWriter #812

Closed lilleyse closed 7 months ago

lilleyse commented 7 months ago

Removed support for EXT_feature_metadata from CesiumGltf, CesiumGltfReader, and CesiumGltfWriter, following up on previous work that removed EXT_feature_metadata from Cesium3DTilesSelection (https://github.com/CesiumGS/cesium-native/pull/654).

Aside from one internal tool we're not aware of any clients using this extension. It was deprecated and replaced by EXT_mesh_features, EXT_instance_features, and EXT_structural_metadata a while back.

j9liu commented 7 months ago

Looks good to me, thanks @lilleyse !