View Single Post
  #1  
Old 05-08-2009, 08:01 AM
PHart PHart is offline
Member
 
Join Date: May 2009
Posts: 1
Simple Head Tracker

Hey Folks,

my plan is as follows:
2 trackers should be enough for a simple head tracking (pitch, yaw).

One tracker (standpoint) is fixed over my head (or between my eyes), the other tracker (viewpoint) points at the direction I look at.

I linked the standpoint tracker with viz.MainView which works fine. But now I need to use the coordinates of my viewpoint tracker to define where I look at.

Sadly it didn't work with lookat( viewpoint.getData() ) or extracting viewpoints coordinates with viewpoint.getData() and using them as lookat x, y and z.

Do you guys have an ideas, experiences with that?

Thanks a lot!
Reply With Quote