PDA

View Full Version : VRPN client for WorldViz PPT


ttasci
12-19-2011, 10:55 AM
Hi all,

I want to connect WorldViz PPT from a different PC over VRPN. When I use Vizard I can get the tracked values. But when I try using a C# client to connect it doesn't work.

I use vrpnnet.dll and try to connect WorldViz PPT like:

Using vrpn
....
TrackerRemote tracker = new TrackerRemote("PPT0@134.103.176.150:3883");
tracker.PositionChanged += new TrackerChangeEventHandler(PositionChanged);
while (true)
{
tracker.Update();
}


Has anybody have a working client application to connect WorldViz PPT and get tracked values?

farshizzo
12-20-2011, 03:54 PM
What version of the VRPN plugin do you have enabled in PPT and which version of VRPN is your C# client using?