WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 02-10-2005, 02:11 PM
shai shai is offline
Member
 
Join Date: Oct 2004
Posts: 29
head deformation problem

hello,
i have a weird problem. i'm trying to make an obese avatar by scaling the body but not the head. the problem is i'm using .vzf
faces.

as a result, when i rotate my avatar the head totally deforms (at 90 degrees it turns into a football, and at 360 degree it gets tiny as a pea.)

do you know if there's a way around this?


import viz
viz.go()
viz.clearcolor(1.0,1.0,1.0)
foptions_avatar=viz.add('objects/Female.cfg')
foptions_avatar.scale(1.4,1.0,2.1)
foptions_avatar.visible(0,'f_Head.cmx')
temp = viz.add('objects/Female/heads/320.vzf')
foptions_avatar.face(temp)
foptions_avatar.translate(0,0,15)
foptions_avatar.rotate(0,1,0,90)
foptions_avatar.state(1)
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


All times are GMT -7. The time now is 03:28 PM.


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