View Single Post
  #4  
Old 02-10-2017, 02:44 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
The following works for me using the male_2 avatar from vizconnect:

Code:
avatar = vizconnect.getAvatar('male_2').getRaw()
avatar.visible(0,'male_head.crfx')
Reply With Quote