Important information: this site is currently scheduled to go offline indefinitely by end of the year.

Reversing animations: where to begin?

Post questions about game models here, or help out others!
Post Reply
nerdyluke
beginner
Posts: 37
Joined: Sun Dec 29, 2013 4:46 pm
Been thanked: 9 times

Reversing animations: where to begin?

Post by nerdyluke »

Hello,

While searching for reversing advice I found lots of resources pertaining to reversing 3d models but not so much about animations.

Is there a general tutorial or list of common structures (and possibly mathematical explanations?) or patterns to look for when reversing anim files? Thanks guys :)
HunterAP
advanced
Posts: 43
Joined: Mon Aug 10, 2015 7:03 am
Has thanked: 14 times
Been thanked: 5 times

Re: Reversing animations: where to begin?

Post by HunterAP »

What do you mean by "reversing" animations? Are you talking about literally playing the animation backwards?
WRS
ultra-veteran
ultra-veteran
Posts: 603
Joined: Fri Nov 06, 2009 12:13 am
Has thanked: 74 times
Been thanked: 137 times

Re: Reversing animations: where to begin?

Post by WRS »

animation formats will have a strong link to models they attach to - and models using skeletons will have a hierarchical bone list, etc

so i start by looking for numbers - using the model we have bone counts to compare to. another useful number is the number of frames the animation is, or run length.

depending on the animation technique this may use keyframes - so expect groups of matrices (floats/half-floats, normally 4x4) in your data

hope this helps
Useful tool links:
User avatar
Wobble
ultra-veteran
ultra-veteran
Posts: 584
Joined: Tue Jan 04, 2005 9:47 pm
Has thanked: 43 times
Been thanked: 112 times

Re: Reversing animations: where to begin?

Post by Wobble »

[out]
Post Reply