Sphere + perlin noise

Hi people,

I’m working on a kind of blob using a sphere and perlin noise but can’t find out where to connect perlin noise. I tried different possibilities and still don’t know… maybe it misses nodes.

Thanks for your help!

Cheers,
aR

Blob_Sphere.v4p (9.8 kB)

Hi alex!
Something like this :)…and play around with the maprange values to defines offsets…Hope it helps!

Blob_Sphere_v2.v4p (11.2 kB)

Yo Desax! Thanx for replying… et bonne année!

That’s what I wanted to make, congrats! I just changed a couple nodes, here is the blob I expected.

Take care,
aR

Blob_Sphere_v3.v4p (11.5 kB)

small hint:
if you’d set the 2 LinearSpread (Spreads) to “Block” Alignment instead of “Center” you avoid stteings like “1.0150” for width.

Thanx kalle, pretty good to know…