Jump to content

Rain water drips


sliver

Recommended Posts

Great setup to start!

Now be carreful using the popadvectbyvolume and a raysop in this way create strange behaviour and you can t get some stream leaving the surface too. . Another condition should be added based on the slope, velocity or accumulation.

You could add more friction on the group, stretching the scatter box along the velocity with a wrangle like :

vector v = v@v * @TimeInc;
float d = dot( normalize(v@v), normalize(v@N) );

v@P += v*d * chf('mult');

 

I added some wind force with sin and cos based on @F myself to kill the straight and parallel streams than a prop wrangle to decrease the same after the Pop replicate (@pscale *= 0.95;) to mimic the form of a drip water sliding .

In this setup, in SOP the pscale is override on one stream output by the age, so another wrangle will be needed i guess. 

Atom anyway knows much more here :)

 

________________________________________________________________

Vincent Thomas   (VFX and Art since 1998)
Senior Env artist & Lighting & MattePainter & Creative Concepts

 http://fr.linkedin.com/in/vincentthomas

Edited by vinyvince
Link to comment
Share on other sites

  • 8 months later...

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