View Single Post
  #8  
Old 06-22-2007, 12:32 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Hi,

You can apply a offset rotation to the intersense by adding the following code:
Code:
viewLink.preEuler([0,-5,0],target=viz.LINK_ORI_OP) #Tilt intersense 5 degrees up
Reply With Quote