How can I deal with actor translations and other "noise" in third-party motion capture data?

Posted by Charles on Game Development See other posts from Game Development or by Charles
Published on 2013-11-12T21:06:13Z Indexed on 2013/11/12 22:04 UTC
Read the original article Hit count: 235

Filed under:
|

I'm working on a game, and I've run into a problem with motion capture data. My team is using 3DS Max 2011 and trying to put free motion capture files on our models.

The problem we're having is it has become extremely hard to find motion capture data that stays in place. We've found some great motion captures of things like walking and jumping but the actors themselves move within the data, so when we attach these animations to our models and bring them into XNA, the models walk forward even when they should technically be standing still (and then there's also the problem of them resetting at the end of the animation).

How can we clean up, at runtime or asset-processing time, the animation in these motion capture files?

© Game Development or respective owner

Related posts about XNA

Related posts about motion-capture