View Single Post
  #7  
Old 06-08-2011, 05:45 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
Add the VRPN 7 output plug-in in PPT Studio.

Make sure all firewalls and virus scanners are disabled on both the PPT and rendering machines.

Place marker 1 in the tracking area and press Talk.

In Vizard run the following code, replace hostname with the name of your PPT machine:
Code:
import viz
viz.go()

vrpn = viz.add('vrpn7.dle')
tracker = vrpn.addTracker('PPT0@hostname',0) 

gallery = viz.addChild('gallery.ive')

viz.link(tracker, viz.MainView)
Reply With Quote