View Single Post
  #8  
Old 10-23-2007, 10:42 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
You've programmed the script to move the viewpoint when the joystick is moved. If you want the viewpoint to look up/down when the joystick is moved, then use the viewpoint.rotate() command instead of the viewpoint.move() command.
Reply With Quote