WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 09-19-2008, 01:56 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
Here is a link that will show you how to get a 3DMeNow head into peoplemaker where you can create a vzf file to use in Vizard.

http://www.worldviz.com/vizhelp/p_in...eoplemaker.htm

Once you have the vzf file here is the code to replace the avatar head

Code:
#First, add the avatar and the head:

body = viz.addAvatar('vcc_male.cfg')
head = viz.addFace( 'biohead_all_morph.vzf' ) 

#Then, add the face to the avatar.

body.setFace( head ) 

#If you have trouble adding the head to your avatar
#you may need to first specify the head bone 
#and then the neck bone

#Specify the head and neck bones of your avatar.
body.setFace( head, 'Bip01 Head', 'Bip01 Neck' )

if you using one of the Complete Characters you will also need to add this line to the cfg file.

head_mesh = NameOfHeadMesh.cmf

where NameOfHeadMesh.cmf is specific to the avatar you are using
Reply With Quote
 


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
Vizard and Augmented Reality realvision Vizard 4 04-04-2008 11:59 AM
Complete Characters and 3dmax dan12345 Vizard 3 02-07-2008 07:32 PM
Vizard won't run wouters Vizard 5 02-05-2008 12:12 PM
Fall 2007 release of Vizard R3 3 D Announcements 0 10-15-2007 05:50 PM
McAfee Privacy Service 8.1 causes Vizard not to run mspusch Vizard 0 03-01-2007 09:24 PM


All times are GMT -7. The time now is 10:57 AM.


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