View Single Post
  #2  
Old 08-27-2009, 10:09 AM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
If you're using PeopleMaker then the best thing would be to translate the head there and that will affect how it attaches to the neck. Or you can provide an offset to the head position every frame, something like:
Code:
vizact.onupdate(viz.PRIORITY_LINKS+1,head.setPosition,0,0,0.02,viz.REL_LOCAL)
Reply With Quote