View Single Post
  #2  
Old 05-07-2007, 09:59 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Hi,

Yes, this is possible as long as the avatar is exported with a separate mesh file for the head. You can hide certain parts of an avatar mesh by doing the following:
Code:
avatar.visible(0,'mesh name')
This way you can hide all the mesh files of the avatar, except for the head.
Reply With Quote