Skip to main content
Participant
September 2, 2021
Answered

Tile Sampler's Reverse Rendering Order Not Seamless

  • September 2, 2021
  • 2 replies
  • 493 views

Hi, I'm trying to generate tiles that are ordered from bottom to top, which also tile seamlessly. I thought using Reverse Rendering would do the trick, but it loos like there's a problem with the final row. I'm not sure how to fix this.

This topic has been closed for replies.
Correct answer Vincent GAULT

Well, it behaves the way it should (even if it's not the way you are expecting 🙂

The trick is to:

  • disable the vertical tiling of your tile sampler
  • Duplicate it
  • blend them together (just make sure to add an alpha to your brick)
  • then tweak the vertical general offset of the tile sampler plugued on the foreground blend node input (you can set negative values by double clicking on it)

 

once you have the right value, you are good to go

note that you may have to add a black background depending on the size of your tiles

2 replies

Vincent GAULT
Community Manager
Vincent GAULTCommunity ManagerCorrect answer
Community Manager
September 3, 2021

Well, it behaves the way it should (even if it's not the way you are expecting 🙂

The trick is to:

  • disable the vertical tiling of your tile sampler
  • Duplicate it
  • blend them together (just make sure to add an alpha to your brick)
  • then tweak the vertical general offset of the tile sampler plugued on the foreground blend node input (you can set negative values by double clicking on it)

 

once you have the right value, you are good to go

note that you may have to add a black background depending on the size of your tiles

davescm
Community Expert
Community Expert
September 2, 2021

Check the Tile Sampler node's Tiling Mode settings and inheritance. Normally it will inherit tiling from the parent but if that is an issue try Absolute and set H&V Tiling

 

Dave