View Single Post
  #7  
Old 03-02-2010, 01:29 AM
dwaik dwaik is offline
Member
 
Join Date: Feb 2010
Posts: 26
hello
what to do if i want to increase the speed of keyboard navigation, i used
viz.cam.setHandler(vizcam.KeyboardCamera(forward=' w',backward='s',left='a',right='d',turnLeft='q',tu rnRight='e',up=' ',down=viz.KEY_ALT_L,pitchDown=None,pitchUp=None,r ollRight=None,rollLeft=None))

and found nothing about it in the documentation, please help
Reply With Quote