Particle Collisions

How do I make particles collide with rigid bodies? I’m trying to animate a sort of particle double slit experiment and I’m trying to make it so particles go through two holes while bouncing off of a wall. How would I get the particles to interact with the walls?

Enable collisions for the walls



Thanks. What’s the difference between having a static rigid body and an object with collisions?