CesiumGS / gltf-pipeline

Content pipeline tools for optimizing glTF assets. :globe_with_meridians:
Apache License 2.0
1.91k stars 251 forks source link

Modify the accessor index in EXT_mesh_gpu_instancing, when removing unused accessors. #663

Open lanvada opened 3 months ago

lanvada commented 3 months ago

I found that although the accessor referenced by EXT_mesh_gpu_instancing was added to the list of used elements, the accessor index in EXT_mesh_gpu_instancing was not modified when the unused accessor was removed.

661