]> git.tdb.fi Git - libs/gl.git/commit
Add classes for armature-based deformation
authorMikko Rasa <tdb@tdb.fi>
Sun, 12 Aug 2012 08:25:55 +0000 (11:25 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sun, 12 Aug 2012 08:38:59 +0000 (11:38 +0300)
commit9abfb801dbceb59272f6561731d066ed516340e5
tree67a00440a2d31f93ed3295c21801492b1a6143f8
parente8bdd7946874a6622bda3376232290a35422fdea
Add classes for armature-based deformation

For now, link rotations in a pose must be specified in hierarchial order,
or the matrices will be wrong.
source/armature.cpp [new file with mode: 0644]
source/armature.h [new file with mode: 0644]
source/pose.cpp [new file with mode: 0644]
source/pose.h [new file with mode: 0644]