View Single Post
  #2  
Old 02-08-2010, 12:40 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
You can use viz.COLLIDE_BEGIN_EVENT to notify your script when a collision between two objects occurs. You need to enable viz.COLLIDE_NOTIFY on all objects you want to trigger collision events. You can find more information and sample code here.
Reply With Quote