Jump to content

Pop fluid and minpos


timur04

Recommended Posts

I have pop particles with the pop fluid force that are dripping down on a round surface. Instead of the particles falling off, I want them to start following the surface for a bit like sticky fluid.

I found this bit of code that will make the particles do this, but its too strong, I want to lessen the effect. How do I do this? I want to be able to turn down this effect so it looks more like natural fluid.

@P = minpos(0,@P);

Link to comment
Share on other sites

you can start by looking at ParticleFluids/Condensation shelf tool, which will set up popfluid with adhesion force

it's based on SDF volume representation of your colider which can be more efficient especially for static colliders and a lot of particles, but can be adapted to minpos() lookup as you can get direction and distance from that too

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...