![]() |
#8
|
|||
|
|||
Hi,
You should be able to compute the distance between the bone positions to get the arm length. For example: Code:
pos1 = shoulderBone.getPosition() pos2 = elbowBone.getPosition() length = vizmat.Distance(pos1,pos2) |
|
|