Skip to main content
Known Participant
August 9, 2021
Question

How to recreate such a pattern?

  • August 9, 2021
  • 2 replies
  • 1565 views
The question is how to make a vertical random shift?
This topic has been closed for replies.

2 replies

davescm
Community Expert
Community Expert
August 10, 2021

You could try a tile generator randomising the Y position and a very small randomisation of rotation

 

Known Participant
August 11, 2021

Can any map be used to create such a line? Row or column?

davescm
Community Expert
Community Expert
August 11, 2021

Hi

I am not sure I understand your requirement. In Tile generator, a combination of Size Random Y and Position Random Y should give the random vertical variation you are after.

Or is it that you want to drive each variation in position by a map rather than at random?

Dave

 

 

Known Participant
August 9, 2021
screen_0480.png
Known Participant
August 9, 2021

I am trying to implement it with Tile sampler distribution map. Maybe there is another way?