Collision detection 2d

hi everyone, is there a nice node for 2d collision detection?
thanks mizi

no, not really, but ODE will work in 2d as well. or you pach something, search the forum for collision detection, as i remember there are some similar patches …

You can check out my boids module at mrtof - Modules.

The distance between every boid is measured. You can toggle events if that distance is under a certain minimum to simulate a collision (in the case of this module, it forces the boids appart).

Tom (mrtof)