How to make material tile consistently


How can I make the material tile consistently, so the bricks in this example don’t get squeezed on the wall edges.

1 Like
1 Like

I have found that you can fix this problem for simple shapes like a wall quickly by scaling. Say the mesh for the wall is like 50X30X10. In This case you cold make the wall 50X30X(10/6) for the 6 bricks on the edge texture then scale the last value by the 6 and the texture will stretch instead of squeezing more bricks in.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.