View Single Post
  #2  
Old 01-28-2009, 03:26 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Try adding the following line to your script:
Code:
viz.eyeheight(0)
The default eye height is 1.8 meters, and it will be added to the Y position of your tracker. Setting it to 0 will simply apply the raw tracking data to the viewpoint height.
Reply With Quote