View Single Post
  #4  
Old 10-26-2005, 02:02 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Hi,

The viewpoint consists of a head orientation that sits on top of a body orientation. The intersense is modifying the head orientation. So you can apply an offset by changing the body orientation. If you wanted to offset the intersense by 145 degrees then you would do the following:
Code:
view.rotate(0,1,0,145,viz.BODY_ORI)
Reply With Quote