View Single Post
  #8  
Old 03-02-2010, 03:34 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
You can apply a scale to the move and turn speeds using the sensitivity method.
Code:
import vizcam
keycam = vizcam.KeyboardCamera()
keycam.sensitivity(3,1)
viz.cam.setHandler(keycam)
Reply With Quote