PDA

View Full Version : Motionbuilder over VRPN


Moh200jo
05-29-2009, 12:50 PM
Hi
can I send real-time data from Motionbuilder over VRPN to vizard?
any suggestions would be appreciated

farshizzo
05-29-2009, 01:09 PM
I don't believe this is possible without writing your own MotionBuilder plugin to stream the data.

Moh200jo
05-29-2009, 01:31 PM
could you please advice me what concepts are being used to write my own code to plug in into vizard?
Thanks

farshizzo
05-29-2009, 02:37 PM
This has nothing to do with Vizard. You need to write a MotionBuilder plugin that streams data over VRPN. Once you have this working, then any VRPN capable application will work with MotionBuilder, including Vizard.

We don't provide support for creating MotionBuilder plugins, you will need to contact Autodesk about this.

Moh200jo
06-01-2009, 02:58 AM
Hi Farshizzo,
Thanks for your replies
The data I’ll send over VRPN must be had a specific format (FBX or other) to be capable to control vizard’s avatar? can I write my a MotionBuilder plugin through Python and connect it with vizard's avatar ?
Before to starting write my code, could you please advice me whether there are any important points I have to be aware about them?