View Single Post
  #2  
Old 06-11-2012, 05:07 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
When linking the sensor to the viewpoint (or any other target), you can apply a <link>.preEuler operator to undo the mount offset of the sensor:
Code:
HeadLink = viz.link(HeadSensor,viz.MainView)
HeadLink.preEuler([0,0,-90])
Reply With Quote