View Single Post
  #2  
Old 09-19-2007, 07:45 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
You can get the position of a bone in world coordinates using the following code:
Code:
bone.getPosition(viz.AVATAR_WORLD)
Does this give you what you want?
Reply With Quote