View Single Post
  #4  
Old 01-07-2010, 11:47 AM
moneim230 moneim230 is offline
Member
 
Join Date: Oct 2009
Posts: 18
Quote:
Originally Posted by Jeff View Post
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)
no Z value does not change
Only the value of X changes (+ve for steering right , -ve for steering left)
Y & Z are always zero
Reply With Quote