Particle generator and collisions

alexf
Posts: 1
Joined: Tue Mar 23, 2010 2:40 pm

Particle generator and collisions

Post by alexf »

Hello,

I try to model a stream of water coming out of a fire hose. So far I implemented it as a simple particle generator and manage the movement and position of these particles by myself. The overall number of live particles is about 9000 and the image looks quite realistic. Besides that I have a number of dynamic bodies and I need to determine a collision between a particle and a body. What would be the best way to do it?
Thanks in advance.