Skinned mesh animation

Published February 26, 2006
Advertisement
Yeah, so, at DigiPen, we had a class in Advanced Animation Techniques, one of which was "hierarchial models and animations", which involved treating a model as composed of "joints", each with its own local translation/rotation matrix. Our first project involved implementing this, which I attempted to do with DirectX. Apparently, they had a very similar but differently named idea called "skinned meshes", where a model is composed of "bones", each with its own matrix. I spent a lot of time and code effort translating between my two interpretations of the concept. For some reason, it didn't hit me that the two were the same until just recently. How I make it out of bed each day, I'll never know...
0 likes 1 comments

Comments

Nobody has left a comment. You can be the first!
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Advertisement
Advertisement