View Single Post
  #7  
Old 10-24-2007, 02:15 PM
arielasso arielasso is offline
Member
 
Join Date: Sep 2007
Posts: 8
for the second question is i want create a new gesture.

5dt glove have application to create new gesture.so i create the new gesture to make the navigation in vizard.

i create the gesture and i saved it as EDIT. the gesture is like this thumb= unflexed index=unflexed middle=flexed ring=flexed and little=flexed.

so i try to call the "edit" gesture. like this
Code:
gesture == hand.GESTURE_EDIT:
		#Tumb up
viz.MainView.setEuler(-90*viz.elapsed(),0,0,viz.HEAD_ORI,viz.REL_LOCAL)
but i was error.
i hope you can help me.
thanks a lot
Reply With Quote