View Single Post
  #3  
Old 04-18-2007, 02:33 PM
hosier hosier is offline
Member
 
Join Date: Feb 2007
Posts: 31
I would hazzard a guess that it's not so much a problem as is is a matter of scale.

Since the patriot's distance is reported in meters, the typical maximum is about 1.5 meters. Since the default scale is 1 meter per unit in the vizard world, if you directly attach your object to the tracker, you get at most a 1.5 unit translation. This is why I typically read the data from the tracker into an array and then multiply a scale factor to the xyz component.

There's probably a better way to do this, but it's worked so far.
Reply With Quote