Can I generate a Concrete wall pattern with Geometry Nodes?

I am looking to create a wall like this picture. I can get the same effect using Procedural Material, but I want to 3D print this wall, so that will not work. And I could sculpt it as well, but I am wondering if there is a quicker and more efficient way to do it.
So I want to create this wall using basic shapes, then have the texture created with Geometry Nodes. (if that is the best way of doing it.

Any help is welcome.

You probably can, but that is one of the most time-consuming ways you can go about it. You can bake displacement from shaders into geometry. Here’s the tutortial. Or you can sculpt it on a massive scale with alpha masks, both of those things could be done in minutes for a single object.

1 Like

Thanks, I will give that a go.

I do not think it works any more in 3.1 the displacement modifier looks different compared to the tutorial.
I do not have the Texture coordinates (to UV)
And the Direction (to Normal) is also missing.
Then you will get this as a result

with voronoi and UVMap coords


material

Hi @massassi.order

Since you asked for a geonodes solution heres one possible way.

Hope that helps.

3 Likes

Just one questions, where do I find the scale node?

No problem,
image

its a vector math node setting.

Thanks that was where I was looking for. I think I got what I want.

1 Like

Cool, a time-saver now!

Yes indeed. Thanks

where do you find the to radian node ?

thanks
happy bl

Hi Ricky,

If you look for the Math node, you can add that and select To Radians.

1 Like