Thread: too many heads
View Single Post
  #2  
Old 09-20-2004, 11:25 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Hi,

If you are using the male avatar try the following:
Code:
avatar.visible(0,'male_head.cmx')
If you are using the female avatar try the following:
Code:
avatar.visible(0,'f_head.cmx')
Reply With Quote