Brick Texture Help

Hi guys,

Newbie here, I’m trying to recreate the brick block you see in Super Mario.

This is the reference image I’m trying to replicate ----

I thought of using a brick texture node, my problem is that unlike the reference image, the texture used there almost flowed seamlessly between each face while mine is disjointed and unaligned. Any help would be appreciated!

That’s not texture, it’s mesh, and an easy enough mesh to build.

But if you’re doing this with UV coords, your results are going to depend on your UV map. I think you’ll find that adjusting your UV map (rotating and translating faces) will get you the exact look you’re going for.

I have no idea why they didn’t make an out-of-the-box 3D procedural brick texture and quit at the 2D version instead.

Although this doesn’t answer your question, I found this tutorial on how to model the brick block.

Thanks man, I’ll fiddle with the coordinates a bit more. I was trying to see if there was a faster way of doing it and make the design proceduraly.

Thank you, any help is appreciated. I’ll watch it right now!

I mean, if you’re using UV, your UV is going to matter. If you don’t want UV to matter, don’t use UV in your nodes.

If you don’t want to use UV, yeah, you can do it, but it’s not going to be faster than just adjusting the UV, which is one-minute-fast, and you’re not going to end up with something that magically works beautifully on a monkey instead of a cube.

Thanks man, I see your point. I think i’m still misunderstanding when is the best situation to use nodes instead of modeling.