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

You will get a COLLISION_EVENT whenever the viewpoint collides with any object in the scene, even a moving object. You will NOT get a COLLISION_EVENT when two other objects in the scene collide. We are planning on adding a physics engine in the future, this would allow to detect collisions between other objects. I'm not clear on your last question. Are you asking if you can have more than one callback for COLLISION_EVENT? If that was your question then the answer is no, currently you can only have one callback for each event, but we are planning on allowing more callbacks. If I misinterpreted your question please tell me.
Reply With Quote