Looking an algorithm to fill a grid with tiles.
Rule: Same tiles placed at most distance between them.
In UE, the main issue is the algo has many constraints in the shader, mainly the 'no memory' part.
So, what method and algo should be used to achieve that?




