Collision on Kinematic particles
#1
Hi,

I'm wondering if what I'm trying to do is possible.

I have a structure that has a collider that runs through in then activates particles, these particles then fall down but they are not interacting with the rest of the particles in the original event.  I think this is because the other particles in the system remain kinematic.

This is the initial collider which activates the particles
   
   

You can see on this that the particles are falling through the original particles
   

These are the events I'm using
   

What I would like to know is, is it possible to make the green particles interact with the blue particles, and if so how would I go about doing this?

Many hanks in advance.
  Reply
#2
The problem isn't that they're kinematic, its that their groups don't overlap.

Particle simulation groups must overlap in order for particles to have PhysX collisions with each other.

For example, particle A in group 1 won't collide with particle B in group 2, but particle A in groups [1,2] will collide will particle B in groups [2,3] because they share a group: 2.
  Reply
#3
Great thanks! Sorted now.
  Reply


Forum Jump: