Limit Wave Effect to Area Around Droplet Center

Hi,

I’m trying to create ripple-like waves around 3 droplet points on a grid using Distance, Sine, and Graph Mapper. It works, but the waves overlap and become messy.

How can I limit each wave to only affect points within a certain radius (like 2–3 rings), and make sure the rest of the surface stays flat?

Tried Smaller Than and Dispatch, but not getting clean results.

Any tips?

Thanks!

here is the GH file, a screenshot of my GH and a photo of what I want to achieve.

droplet_effect.gh (14.6 KB)


This thread has many posts about “ripple” surfaces:

Based on a “Damped Sine Wave Formula” from David Rutten:

There are many threads about “ripple” surfaces on this forum.

1 Like

Thank you! I didn’t know what it called, now I can look for some posts and tutorials.