View Single Post
  #6  
Old 03-11-2008, 07:50 AM
Frank Verberne Frank Verberne is offline
Member
 
Join Date: Mar 2008
Location: Netherlands
Posts: 148
Thanks for posting the code for the mirror! One question though: how can I change the script so that only the head of the avatar will move according to the head movements of the participant instead of the whole body? I tried this:
Code:
#Link avatar body to viewpoint
head = avatar.getBone('Bip01 Head')
head.lock()
avatarLink = viz.link(viz.MainView,head)
but this doesn't seem to work. Anybody any suggestions?
Reply With Quote