View Single Post
  #2  
Old 04-01-2015, 03:59 AM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
You could register a callback function with vizact.onupdate or vizact.ontimer to check the gesture state each frame or other specified time interval and then change the avatar animation. You could also create custom events for the different gestures and handle those events.
Reply With Quote