View Single Post
  #13  
Old 06-26-2007, 06:09 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Hi,

Actually that's incorrect. You need to get the absolute world position of the bone:
Code:
bone.get(viz.POSITION,viz.ABSOLUTE_WORLD)
This should give you the following results:
Code:
skel_ArmLU -> skel_ArmLL = 0.284790087668
skel_ArmLL -> skel_HandL = 0.290760380194
Reply With Quote