WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 09-18-2008, 12:25 PM
VDong VDong is offline
Member
 
Join Date: Sep 2008
Posts: 7
How to add individual faces onto the complete characters used in Vizard?

We have set up a series of complete characters and just need to add specialized faces onto them. The other software we have currently are PeopleMaker, 3DMeNow, MagicMorph, 3DMax.

Thanks in advance.
Dong
Stanford VRITS 2008
Reply With Quote
  #2  
Old 09-19-2008, 12: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
  #3  
Old 11-10-2008, 02:15 PM
Colin Colin is offline
Member
 
Join Date: Jun 2003
Posts: 5
related problem using faces on complete characters

We have Complete Characters and have used them in one study but would now like to try to use the same characters in a related study using different facial expressions. Is there a way to do this?

Also, where are people finding 3dMeNow? It seems to be off the market.
Reply With Quote
  #4  
Old 11-12-2008, 10:05 AM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
3DMeNow is used for creating custom heads using pictures of a person. If you just want to create morphs for the existing face of a Complete Character you do not need 3DMeNow or Peoplemaker. All you need is 3ds Max and the Max files that come with the Complete Characters.
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
Vizard and Augmented Reality realvision Vizard 4 04-04-2008 10:59 AM
Complete Characters and 3dmax dan12345 Vizard 3 02-07-2008 06:32 PM
Vizard won't run wouters Vizard 5 02-05-2008 11:12 AM
Fall 2007 release of Vizard R3 3 D Announcements 0 10-15-2007 04:50 PM
McAfee Privacy Service 8.1 causes Vizard not to run mspusch Vizard 0 03-01-2007 08:24 PM


All times are GMT -7. The time now is 07:35 AM.


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