esmith6996 opened this issue on Jan 31, 2008 · 7 posts
PhilC posted Sat, 02 February 2008 at 11:37 AM
You had the IK chains upside down.
Original:-
inkyChain Left Leg
{
off
name Left Leg
addLink lFoot:2
addLink lShin:2
goal lThigh:2
linkWeight 0 1
linkWeight 1 0.2
}
Corrected:-
inkyChain Left Leg
{
off
name Left Leg
addLink lThigh:2
addLink lShin:2
goal lFoot:2
linkWeight 0 1
linkWeight 1 0.2
}
Hope that helps,
PhilC