1 / 5

Physically based character animation

Physically based character animation. Eli Marable. What is it?. Attempting to make character walk on uneven surfaces Challenge: making feet line up with the ground. Image credit: Rune Skovbo Johansen: "Dynamic Walking With Semi-Procedural Animation" (GDC 2009). How to do this?.

jerod
Télécharger la présentation

Physically based character animation

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Physically based character animation Eli Marable

  2. What is it? • Attempting to make character walk on uneven surfaces • Challenge: making feet line up with the ground Image credit: Rune Skovbo Johansen: "Dynamic Walking With Semi-Procedural Animation" (GDC 2009)

  3. How to do this? • Inverse Kinematics • A method for finding joint orientations from a given endpoint Image credit: Hugo Elias: "Inverse Kinematics - Improved Methods" (2004)

  4. What has been done so far? • OpenGL environment • Support for generating heightmaps • Creating skeletons from bones and joints • Vector and Quaternion math

  5. What still needs to be done? • Fix bugs in skeleton code • Write the IK solver • Add animation

More Related