Hi,
I have a graph composed of straight line segments (edges) that I would like to slightly “bend” in order to give it a more “natural” (curvy) look.
For now I am using Perlin noise but doing so inevitably displace the ends of each edge.
How could I keep the end vertices together even after noising the edges ?
I am thinking about attaching the vertices with springs but can’t figure out how to do so with Kangaroo 2.
1/ Do you thing this approach is appropriate for this specific case ?
2 If so, would you mind helping me with Kangaroo ?
Graph + noise.gh (16.0 KB)