Copy link to clipboard
Copied
How can I make my tile have less tiling but count from the center vs scaling the stitches to fill the frame?
I want to remove one stitch on each sides of my texture but If I change the tiling and reduce the number, I just get the stitches bigger..... Must I remove it with a mask?
Thank you.
Hi Sergio,
Thank you for reaching out to us!
The easiest way to get the controls you want would probably involve using the Tile Sampler node instead, because it offers masking controls that would easily get you what you need.
Using that node, we can use a mask that excludes the left and right borders - a Shape node can produce that easily - and connect it to the Tile Sampler's 'Mask Map Input', as shown below:
I have included the project file for this example to this message. I hope t
...Copy link to clipboard
Copied
Hi Sergio,
Thank you for reaching out to us!
The easiest way to get the controls you want would probably involve using the Tile Sampler node instead, because it offers masking controls that would easily get you what you need.
Using that node, we can use a mask that excludes the left and right borders - a Shape node can produce that easily - and connect it to the Tile Sampler's 'Mask Map Input', as shown below:
I have included the project file for this example to this message. I hope this is helpful!
Let me know if you need further guidance.
Best regards.
Copy link to clipboard
Copied
Thanks @Luca Giarrizzo I had done it next with a blend but using the tile sampler and inserting a maks make the graph simpler I belive. Thank you.
Copy link to clipboard
Copied
I am glad this was helpful! Have fun in Designer!