I’m using the Chain IK, and it kinda snaps tight when it reaches the limit. Is there a way to soften / lerp the snap so it doesn’t feel so rigid?
Hi,
The ChainIK constraint is an implementation of the FABRIK algorithm (http://www.andreasaristidou.com/FABRIK.html). It works by iterating towards a solution from the original pose you’re giving it. For better results, try giving your giraffe neck an initial pose with a curvature to make sure this curvature is kept at runtime when the constraint evaluates.
Thanks for the info, I’ll let you know if that helps.