Search - User list
Full Version: Particles stick on anim surface until vel is more than 0.5
Root » Technical Discussion » Particles stick on anim surface until vel is more than 0.5
MasiCG
Hi everyone,

I am trying to achieve something in pop, I want my particles to stick to a platform that moves slowly and then I have an popadvectbyvolumes which pushes my particles away. I would like to find a way of switching them so they stick until a velocity that goes above 0.5 for example and then they start being pushed away my the vel of the popadvect.

Any idea ?

Thank you very much for the help.

Cheers,
Matt
Enivob
Popadvect can operate on a group. Try using a popwrangle to place particles in that group when length of the velocity vector is long.
if(length(v@v)> 0.5){i@group_push_now = 1;}
MasiCG
This is very late but I never replied, just want to say thank you for the help!
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by DjangoBB