View Single Post
  #2  
Old 12-17-2008, 11:08 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
The position of the probe will always be on the mesh surface when it is colliding with an object. So you shouldn't need to do anything special other than getting the current position:
Code:
hd.get(hd.POSITION)
Reply With Quote