nhognon Posted February 29, 2016 Posted February 29, 2016 Hello, Is it possible to do Inverse Kinematics without using Physics/BodyRagDoll ? For example I want to be able to control the hand of a character using the movement of the mouse. Thanks.
ded Posted March 4, 2016 Posted March 4, 2016 Hi nhognon,Though we'd like to have inverse kinematics in the engine, I'm afraid it will not be implemented any time soon.For simple articulated structures, like hand, IK has simple analytical solution, so you can try to implement it yourself.Please check out sample in the attachment.You can control hand model by moving nodes "target_controller" and "elbow_controller". ik.zip
Recommended Posts