View Single Post
  #3  
Old 01-04-2010, 11:56 AM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
If you use the clutch pedal do you notice a change in the Z value when you print the position?
Code:
def showJoyPosition():
	print 'position:  ',joy.getPosition()
	
vizact.ontimer(0.1, showJoyPosition)
Reply With Quote