PDA

View Full Version : Animating a handshake realtime


vr_boyko
04-12-2005, 12:55 PM
I am trying to animate the handshake of an avatar. I am using a custom API to get data from a force-feedback joystick, but once I get the numbers (e.g. position) I have a problem with the actual translation/ rotation of the avatar's hand. Is there an easy way to do this that also would look good/natural? I have tried rotating various bones (after locking them) but that doesn't seem to work + it would be very difficult to compute the joint angles from the position of the hand. Is there something akin to handBone.translate(x,y,z) that will more the rest of the arm with the hand bone?

farshizzo
04-13-2005, 09:47 AM
Hi,

Currently Vizard doesn't support inverse kinematics for the avatars. As you mentioned, the only way to do this is to control each bone manually.