how can I make a kerpich texture so that it reflects correctly?
For some reason, this method does not work. I want to arrange the texture in geo nodes, not in materials. is it possible? maybe I connected something wrong?
how can I make a kerpich texture so that it reflects correctly?
For some reason, this method does not work. I want to arrange the texture in geo nodes, not in materials. is it possible? maybe I connected something wrong?
Chris's answer uses a Cube node, that provides the UV Map for you. I imagine what he wanted to show with his example is what to do when you have a geometry without UV provided (or if you want to experiment with the "UV Unwrap" node). But for the primitives with "UV Map" output socket, you simply need to store it as your UVMap attribute:
You also no longer need to access this UV Map as a general attribute, you can access it as a UV map, which is used by default, and therefore I disconnected the leftmost node to show it's not necessary:
Except... It's a little bit buggy currently so you need to do something silly in geonodes to... I don't know... Refresh it?
P.S. Oh, right, I used a color grid texture in the file, but in principle it's the same for brick texture - except the brick texture by default uses "Generated" coordinate, so you do need to connect the leftmost node (UV Map node)