View Single Post
  #4  
Old 07-07-2008, 03:18 PM
timbo timbo is offline
Member
 
Join Date: Jun 2008
Posts: 16
The hand data is continuously updating with the sensor in the while loop (approximately every 16 ms). The target data updates only when it changes its position. So everytime the target location changes, which is like every 15 seconds, the hand data stops being recieved for a moment and the target data is updated. I want these two to be able to run at the same time without effecting eachother. I belive this happens because of the viz.director call but I dont know how else to do it. Does this clarify my question?
Reply With Quote