View Single Post
  #3  
Old 02-07-2006, 09:57 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Hi,

When you attach a face to an avatar, by default it attempts to hide the head mesh named 'm_head.cmx'. If you are using a custom made avatar, which seems to be the case, then you need to manually hide the head yourself. Simply issue the command:
Code:
avatar.visible(0,'head mesh name')
Reply With Quote