#1
|
|||
|
|||
DATAGLOVE in AVATAR
Hi, I would like to move fingers of the avatar with data from a DATAGLOVE. Someone knows How could I do?
I know to move a hand model but not the fingers of the avatar. Thank you very much. |
#2
|
|||
|
|||
which glove do you use and which avatar model?
one way to do this is to use the glove with Motionbuilder (most glove companies provide a Motionbuilder plug-in) and then use Vizard Live Characters. this requires Autodesk Motionbuilder and then the Worldviz Live Characters plugin all best, Matthias |
#3
|
|||
|
|||
Hi Matthias,
I have a 5DT Dataglove and I want to animate the hand of vcc_male of Vizard, without Autodesk Motionbuilder. It is possible? Thank you very much |
#4
|
|||
|
|||
Yes, this should be possible. Does the following work for you?
Code:
avatar = viz.add('vcc_male.cfg') PORT_5DT_USB = 0 #Connect to first USB device rightGlove = viz.add('5dt.dls') import hand rhand = hand.AvatarHandModel( avatar, sensor = rightGlove ) #lhand = hand.AvatarHandModel( avatar, sensor = sensor, left = True ) Last edited by Jeff; 10-08-2012 at 03:19 PM. |
#5
|
|||
|
|||
It works very well.
Thank you very much! |
#6
|
|||
|
|||
Hello!
Someone knows if it's possible some kind of calibration of 5dt DATAGLOVE in vizard? Thanks! |
Tags |
avatar, dataglove, fingers |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Avatar & Motion Capture Interface | Angie | Vizard | 1 | 08-05-2010 06:17 PM |
Collision of an avatar with a quad | Frank Verberne | Vizard | 8 | 06-04-2008 09:44 AM |
Looking through the eyes of an avatar | Frank Verberne | Vizard | 2 | 04-01-2008 05:52 AM |
How to make avatar's eyes to blink when speaking | michelcm3 | Vizard | 12 | 01-15-2008 08:48 AM |