WorldViz User Forum

WorldViz User Forum (https://forum.worldviz.com/index.php)
-   Plug-in development (https://forum.worldviz.com/forumdisplay.php?f=8)
-   -   DATAGLOVE in AVATAR (https://forum.worldviz.com/showthread.php?t=4379)

IGM 10-05-2012 08:14 AM

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.

mspusch 10-05-2012 02:29 PM

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

IGM 10-08-2012 04:37 AM

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

Jeff 10-08-2012 10:49 AM

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 )


IGM 10-09-2012 02:32 AM

It works very well.
Thank you very much!

IGM 10-16-2012 02:36 AM

Hello!
Someone knows if it's possible some kind of calibration of 5dt DATAGLOVE in vizard?

Thanks!


All times are GMT -7. The time now is 10:39 PM.

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