View Single Post
  #3  
Old 03-22-2011, 12:13 PM
Salvar Salvar is offline
Member
 
Join Date: Nov 2010
Posts: 20
Quote:
Originally Posted by farshizzo View Post
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.
Thanks for the response.

I was hoping for the solution to be something simple as this, but it gives me an error saying that the tracker object (added with the command "polhemus = viz.add('polhemus.dle')") is not a linkable.

Is there any way to make it linkable?
Reply With Quote