Access animations from .babylon format models

Hi all,
I wanted to ask how can I access animations with their names in code from .babylon format imported model to play at specific events in the scene.

You should be able to call getAnimationByName on your animated node

1 Like