WorldViz User Forum

WorldViz User Forum (https://forum.worldviz.com/index.php)
-   Vizard (https://forum.worldviz.com/forumdisplay.php?f=17)
-   -   Change Avatar Head (https://forum.worldviz.com/showthread.php?t=161)

nickyee 06-29-2004 05:48 PM

Change Avatar Head
 
I found the tutorial for the old avatars, but what's the easiest way to change an avatar's head if we're using the new avatars?

farshizzo 06-30-2004 10:08 AM

Hi,

Assuming you already have a vzf file you would do the following:
Code:

#Add your new head
head = viz.add('myhead.vzf')

#Add the avatar
avatar = viz.add('male.cfg')

#Attach the head to the avatar
avatar.face(head)



All times are GMT -7. The time now is 01:29 AM.

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