I’m currently encountering an issue with the EXT_structural_metadata and EXT_mesh_features extensions in my 3D Tiles models. It seems like only the index 0 of propertyTable is being used.
I came across a similar post on the forum:
However, I’m not entirely sure if it’s the same issue in my case. Could someone confirm or provide more insights?
I have a glTF file with three distinct sets of metadata, (witch come from 3 PointFeatures of a shapefile) and I want to assign each set to different primitive. However, no matter how I try assign the metadata with EXT_mesh_features, when I load the model in CesiumJS, all the primitives seem to use only the metadata from propertyTable index 0.
I’m wondering if i misunderstood how to correctly assign the metadata or if it’s something else.