View Single Post
  #2  
Old 09-08-2006, 12:40 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Hi,

Setting the state of the avatar does not immediately affect its mesh state. You must wait until the next frame is drawn to ensure the mesh has been modified to reflect the new state. So you need to wait a frame and then call collideMesh() if you want it to reflect the new state.
Reply With Quote