View Single Post
  #5  
Old 10-07-2008, 05:21 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
You can translate the head in PeopleMaker, which will affect the position it will attach to the avatar. This is the ideal solution. You could also add the following line to your script to manually offset the head position every frame:
Code:
vizact.onupdate(viz.PRIORITY_LINKS+1,head.setPosition,0,0.03,0.02,viz.REL_LOCAL)
Reply With Quote