WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 06-16-2009, 10:19 AM
Xianshi Xie Xianshi Xie is offline
Member
 
Join Date: Jun 2009
Posts: 6
Smile How to remove the head from avatar

I want to remove the head from avatar in WorldViz.

I searched on Internet for a lot time but found nothing, Does anybody know how to do it?

Thanks a lot.
Reply With Quote
  #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
  #3  
Old 06-22-2009, 09:05 AM
Xianshi Xie Xianshi Xie is offline
Member
 
Join Date: Jun 2009
Posts: 6
Smile

Thanks a lot!
Reply With Quote
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Texturing Avatar head problems S.Telemaque Vizard 0 04-01-2007 10:01 PM
Texturing avatar head : same problemes S.Telemaque Vizard 0 03-27-2007 07:19 PM
Problems Texturing avatar head S.Telemaque Vizard 3 03-27-2007 07:18 PM
Avatar Head Error Plymouth Vizard 19 02-28-2007 08:42 AM
avatar head texture issues rconrey Vizard 3 11-17-2004 04:05 PM


All times are GMT -7. The time now is 12:47 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC