Problems with creating multiple animated models

ok thanks
ok thanks
ok thanks
ok thanks
ok thanks

That happens because you overwrite the mixer variable at this place.

You can solve this problem by creating an array that holds all instances of AnimationMixer. In your animation loop, you iterate over this array and update mixer by mixer.

2 Likes

Thank you, but I did not understand.

Codepen: https://codepen.io/anon/pen/LMWpxG?editors=0010