View Single Post
  #2  
Old 03-31-2008, 12:27 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
You will need to use the link.preTrans operator to offset the link position. For example, if the the eyes of the avatar are 4 centimeters forward from the head position then you would use the following code:
Code:
link = viz.link(headBone,viz.MainView)
link.preTrans([0,0,0.04])
Reply With Quote