How to detect when a collision occured.

feanor91

18-11-2008 11:34:55

Hi,

I have a kite flying in a scene. My problem is to determinate its altitude (y coord) when it hits the ground.

My method :

I put my kite at a predeterminate altitude, then I apply a down velocity, but when my kite hits the ground, it didn't stop but bounce and start to go in movement not wanted.

So, is there a way with newton to determine when a collision occured and to get back coord of my object?