Hello,
I try to use metadata stored to the extras object in my gltf file. Unfortunately the information is not in my mesh metadata but it is for sure in the gltf file.
I just use: import ‘@babylonjs/loaders/glTF/2.0/Extensions/ExtrasAsMetadata’
Do I have to do something else to use this extension? Draco compression works if I just import it.
Best