View Single Post
  #4  
Old 04-09-2009, 05:11 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
You either have to send all that data with one send command or you need to check in the network callback function that the data is valid. The way it is there, sometimes there is no pos value sent and sometimes there in no euler value sent, but in onNetwork you are looking for both.
Reply With Quote