6.11.4 An Animated Robot Arm
In this example we will define fixed positions for all the finger-tips
and a motion for the wrist.
1. Create three offset primitives under the root level. We will use these
offsets for defining fixed positions for the finger-tips. The reason
why we create the offsets above the arm level is that when we animate
the arm, it should not animate these offsets (because we want that
they stay fixed).
2. Create an INVERSE KINEMATICS method under the skeleton method of each
finger.
3. Create a link to each offset and Cut&Paste it under the corresponding
INVERSE KINEMATICS method.
4. Create an INVERSE KINEMATICS method under the skeleton method used for
controlling the entire arm, and create a B-Spline curve defining a
motion for the wrist, under the new method.
|