#1
|
|||
|
|||
Adding custom faces
Hello. I am trying to add a custom .vzf face to my avatar, but the face simply does not show up. I have read the posts on adding custom heads and tried the tips in them to no avail. We are just using a stock avatar body, but want the face of the child (the new vzf) on the avatar. We tried the following:
Code:
## CHILD SETUP child = viz.add("child/child.cfg") # texture with children's clothes child.texture(textures[gender], 'm_legs.cmx') child.texture(textures[gender], 'm_torso_LS.cmx') child.texture(textures[gender], 'm_shoes.cmx') # add custom head childFace = viz.addFace(headFilename) childFace.scale(.30, .30, .30) child.setFace(childFace) Code:
## CHILD SETUP child = viz.add("child/child.cfg") # texture with children's clothes child.texture(textures[gender], 'm_legs.cmx') child.texture(textures[gender], 'm_torso_LS.cmx') child.texture(textures[gender], 'm_shoes.cmx') # add custom head childFace = viz.add(headFilename) childFace.scale(.30, .30, .30) child.face(childFace) Any ideas? Thank you. |
#2
|
|||
|
|||
Are you getting any error when you try that? Have you tried specifying the head and neckbone?
Code:
childFace = viz.addFace(headFilename) child.setFace( childFace, 'Bip01 Head', 'Bip01 Neck' ) |
#3
|
|||
|
|||
Perhaps the scale of the head is off?
The PeopleMaker app has that automatic scale to good size button.
__________________
Paul Elliott WorldViz LLC |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Awkward neck/shoulder connection when adding custom head to vcc model. | vEsotu | Vizard | 5 | 10-09-2008 06:07 PM |
adding heads to custom avatars | vAlexia | Vizard | 5 | 02-13-2007 12:14 PM |
problems adding a custom morph head to a custom body | Greenwu | Vizard | 1 | 07-27-2006 11:32 AM |
animating custom faces: in search of "open_mouth" morphs | vr_boyko | Vizard | 1 | 09-16-2004 11:30 AM |
Creating Custom Avatar Heads | farshizzo | Vizard | 22 | 09-12-2004 10:23 PM |