question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Play model animations

See original GitHub issue

Good morning, I would like to start and stop the animations that my FBX model has but I’m not able to do it. In Three JS it is possible to trigger an animation by doing something like:

mixer =new THREE.AnimationMixer (model)
const action = mixer.clipAction( model.animations[ 0 ]);
action.play();

What would be the approach to do it using this framework?

I’ve been trying to trigger it using Three JS but I have not been able.

Thanks in advance! Sergio

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
kovacsvcommented, Dec 7, 2021

Hey, do you think you could tackle that animation topic ? We would really need this.

It’s on my list, but I don’t think it will happen in the near future.

0reactions
nikita-fuchscommented, Dec 7, 2021

Hey, do you think you could tackle that animation topic ? We would really need this.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Animation - <model-viewer>
Use <model-viewer> to show off your animated models. This page showcases how you can control ... Automatically play animations with the autoplay attribute ......
Read more >
Mixamo
Bring your projects to life with 3D characters, skeletal rigs, and animations, ready for use in film, games, interactive experiences and illustration.
Read more >
Scripting API: Animation.Play - Unity - Manual
Play the animation data must be visible in the Inspector window. This window contains all animations for a GameObject in an array. As...
Read more >
How To Chain A Model Animations In Three.js - YouTube
ArticleSoon---How To Export 3D Models With Their Animation From Bl... ... try restarting your device. Your browser can't play this video.
Read more >
Playing Animations - Designer
ZapWorks Designer supports 3D models containing animations. ... 3D model animations can be played using the Animate Model on tap action.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found