View Single Post
  #2  
Old 06-17-2009, 02:39 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
You can hide part of the avatar's mesh with the following
Code:
avatar.visible(0,'mesh name')
You can find the mesh names in the avatar's .cfg file. This will hide the head of Vizard's vcc_male avatar.
Code:
male = viz.add('vcc_male.cfg')
male.visible(0,'casual32_m_highpoly.CMFX')
Reply With Quote