WorldViz User Forum

WorldViz User Forum (https://forum.worldviz.com/index.php)
-   Vizard (https://forum.worldviz.com/forumdisplay.php?f=17)
-   -   head deformation problem (https://forum.worldviz.com/showthread.php?t=289)

shai 02-10-2005 02:11 PM

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)

farshizzo 02-10-2005 03:06 PM

Hi,

Sounds like a bug to me. It should be fixed in the next release. Unfortunately there isn't any workaround for this.


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

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