View Single Post
  #2  
Old 03-21-2011, 09:23 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Is the tracker on the HMD 6DOF or 3DOF orientation? Either way, to integrate HMD tracking you should just need to use the <link>.preMultLinkable command. After you have setup the link between the car and the viewpoint, just add the following code:
Code:
view_link.preMultLinkable(tracker)
The HMD tracker data should now be applied relative to the car orientation.
Reply With Quote