Thread: HMD and Vicon
View Single Post
  #2  
Old 01-22-2014, 09:40 AM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
You can use the viz.mergeLinkable command:
Code:
#Create a 6DOF tracker by merging position data from vicon with
#orientation data from oculus
headTracker = viz.mergeLinkable(posTracker,oriTracker)

#Link viz.MainView with headTracker
viz.link(headTracker, viz.MainView)
Reply With Quote