Jump to content

Particles... grrr


djpeanut

Recommended Posts

Hi,

I'm trying to create something quite simple. I have a grid that represents the surface of a body of water and I've birthed 100 particles on it for testing. The idea is that a geo object (a sphere in my testing) comes up from beneath the surface and out of the 'water', and some of the particles bounce off and fly back into the water (at which point they die), and some of them cling to the sphere, slide down it and fall off the bottom, back into the water (likewise, the particles can die at this point).

I've tried many times to get the behaviour of the collision right, but I can't seem to give the colliding particles any mass - with bounce and slide, they just hit the moving sphere and bounce off upwards into nothingness. And how do i separate the particles into two groups, so one group can bounce and the other slide?

Help :(

Link to comment
Share on other sites

the trick is to kill the colliding particle and at the same time to create a new one with new velocity, mass, etc

make the PP attribute values of the newly created particle dependent by the PP values of the old ( colliding ) one.

Add and some random stuff to make them behave nicely.

Link to comment
Share on other sites

hey djpeanut

if u looking for a solution to break up particles into groups, try the group POP and instead of using the "rule" feature, use the rand feature, it gives u the option of how many groups u want to create,

Under that, create different collision pops, focused on different groups, hence having different results.

hope this helps

aracid :blink:

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...