WorldViz User Forum

WorldViz User Forum (https://forum.worldviz.com/index.php)
-   Vizard (https://forum.worldviz.com/forumdisplay.php?f=17)
-   -   How to remove the head from avatar (https://forum.worldviz.com/showthread.php?t=2094)

Xianshi Xie 06-16-2009 10:19 AM

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.

Jeff 06-17-2009 02:39 PM

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')


Xianshi Xie 06-22-2009 09:05 AM

Thanks a lot!


All times are GMT -7. The time now is 08:42 PM.

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