BabylonJS / Exporters

Exporters for Babylon.js and gltf file formats
Other
613 stars 313 forks source link

Fixed issue with morph targets and animation groups. #1105

Closed SergioRZMasson closed 1 year ago

SergioRZMasson commented 1 year ago

Fixes #1093.

Exporting animation groups with morph targets where not properly picking the correct BabylonMorphTargetManager based on the target animation id. The id was not been used in the query, resulting in always the first BabylonMorphTargetManager been selected multiple times.