View Single Post
  #2  
Old 10-23-2009, 11:46 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Please post the error messages you receive when calling the resetHeading() command. Also, please post the code you are using. The following code should reset the intersense heading to zero:
Code:
isense = viz.add('intersense.dle')
tracker = isense.addTracker()
tracker.resetHeading()
Reply With Quote