WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 03-20-2007, 09:43 AM
ghazanfar ghazanfar is offline
Member
 
Join Date: Mar 2007
Posts: 11
Problem with letting an avatar face towards another avatar

I am trying to let an avatar face towards another avatar, but i can't get it working.

I am trying to calculate the number of degrees that have to be rotated, using the difference between the x and z coordinates of the two avatars, but it gives wrong values, and i cannot find out why.

Can anyone help?


if(ag1=='a3' and ag2=='a1'):
pos=male1.get(viz.POSITION)
angpos=male1.get(viz.AXISANGLE)
pos2=male.get(viz.POSITION)
print "position",pos2
xdif = pos2[0] - pos[0]
zdif = pos2[2] - pos[2]
rotate_radians=math.atan(xdif/(zdif+0.0000001))
rotate_degrees = math.degrees(rotate_radians)
rotate_degrees -= angpos[3]
male1.rotate(0,1,0,rotate_degrees)
male1.act(6)
Reply With Quote
 

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


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


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