Trying to recreate the pattern seen in this image possibly with a wave texture node. I want to use a black/white texture mask to say where it should distort.
I imagine it would involve a Wave Texture node and some other node to distort it gradually. It doesn’t have to look like the picture, just looking for something similar, a way to distort gradually at locations of my choosing.
I added the extra colour stops to control the gradient better (the second stop and penultimate stop have a value of 0.5), the map range node gives max and min distortion (now min 0 max 93.6)
This is an interesting pattern, here I tried to add the dots on the sides.
Still not as the image but not too bad. I am still experimenting to actually distort the dots into a distorted wave texture but have not quite managed.
I’ve been contemplating this for a while and came up with a possible solution. This is just my first attempt using UV distortion manually scaling with proportional editing. Started with a plane with 1 subdivision, distorted the UV a little, subdivided, distorted it more, subdivided, distorted it more.
Interesting okokok, so how about starting with a plane of random dots and a stretch distortion that is made with a radial gradient?
So in the center is very stretched/compressed inwards causing many dots then to the outward areas it’s so stretched that the dots become lines? Is that possible?
The mapping that goes into the sphere gradient simply centres the gradient.
The two mapping nodes (one loc 0.5, the other loc -0.5) allow you to scale the dots from the centre of the UV grid instead of the origin (bottom left corner).
The invert node in the gradient lets you stretch the sides instead of “bulging” the middle, I found that there is a sweet spot to get the desired effect.
The colour ramp and map range are ways to control the stretching.
For it to work well for the square plane I had to scale the uv’s in the uv editor to keep it inside the sphere gradient.
need help. Can’t seem to copy your effect, followed your node setup closely. I got this far. Uploading the blender file to this post so you can check out my node setup.
WAIT all you have to do is switch Voronoi Texture to 2D instead of 3D. There’s sooo much you can do with this shader setup, black hole type shit, insane bending of space time.
Yes when voronoi is in 3d the dots change position and size (making them sometimes disappear) on the x,y plane when the z vector changes and the stretching effect is less.
Edit.
When it is 2d changing the z mapping has no effect.
the pattern you’re looking for is called reaction diffusion and you can get similar variations using the Tissue Addon on the weight paint window. The rest is converting your weight paint into a vertex color and add it to the shader w a texture map.
The reason you can’t recreate it with distortions is because the way it forms is actually by branching when finding the shortest path between thousands of points without the paths ever crossing. That’s like a basic explanation but the real explanation is a math equation written by Alan Turing. Now, I know it sounds complex but actually is quite easy to replicate even in photoshop by repeating the same actions over an over. It basically grows by itself.
Now some of your solutions are pretty cool.