![]() |
|
#1
|
|||
|
|||
|
Size of Avatars
Hi guys,
the viewpoint in Vizard is 1.82 m above the ground. That looks like the viewpoint of your avatars (eye hight). Do you have an exact total size of your avatars in meters? Thanks Mike |
|
#2
|
|||
|
|||
|
You can determine the height of any avatar by checking the height of its bounding box. Here is some sample code:
Code:
avatar = viz.add('vcc_female.cfg')
bb = avatar.getBoundingBox()
print bb.height
|
|
#3
|
|||
|
|||
|
Thanks, looks more elegant than my wired calculations!
Cheers Mike |
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| avatars | dig | Vizard | 4 | 09-20-2007 04:29 PM |
| Collision with avatars and scene not working | JvdBosch | Vizard | 12 | 09-14-2006 07:01 PM |
| Avatars in an array and link/unlink | betancourtb82 | Vizard | 7 | 09-05-2006 05:06 PM |
| Walking avatars --> collision detection? | sjroorda | Vizard | 3 | 10-13-2005 05:47 AM |
| Weird lagging/choppiness when avatars perform actions | vjonshih | Vizard | 8 | 11-30-2004 05:08 PM |