Literature for Inverse Kinematics: Joint Limits and beyond

Posted by Jeff on Game Development See other posts from Game Development or by Jeff
Published on 2012-03-15T23:05:51Z Indexed on 2012/03/27 17:44 UTC
Read the original article Hit count: 344

Filed under:
|

Recently I've been playing around with Inverse Kinematics and have been pretty impressed with the results. Naturally I want to take it further, but have no clue where to start. In particular, I would like to introduce joint limits (ie for a prismatic joint how far it can move, hinge joint what angles it has to be between, etc etc).

Currently I understand how to produce the Jacobian matrix for the various joint types. I am particularly looking for literature (preferably free, and preferably easy to understand) on various ways to implement joint limits. Also I would like to find out different ideas on how inverse kinematics can be used.

© Game Development or respective owner

Related posts about math

Related posts about inverse-kinematics