Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 519 Bytes

File metadata and controls

9 lines (5 loc) · 519 Bytes

Unity inverse Kinematics Repository

This repository contains a protoype for Inverse Kinematics in Unity. The inverse kinematics algorithm is used to animate Hands for our Motion solver. My implementation is based on the FABRIK algorithm explained in this paper.

I added the in the paper suggested hinge joint to simulate finger movement.