Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

How to recreate such a pattern?

Community Beginner ,
Aug 08, 2021 Aug 08, 2021
The question is how to make a vertical random shift?
TOPICS
How to
1.6K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Aug 08, 2021 Aug 08, 2021
 
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Aug 09, 2021 Aug 09, 2021

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 10, 2021 Aug 10, 2021

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

 

2021-08-10_22-49-08.jpg

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Aug 11, 2021 Aug 11, 2021

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 11, 2021 Aug 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?

2021-08-11_10-56-54.jpg

Dave

 

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Aug 11, 2021 Aug 11, 2021

Hi Dave!

Yes, I want to drive each variation, is it possible? Random variation not very suitable. I want to repeat the pattern as much as possible)

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 11, 2021 Aug 11, 2021

Hi

OK if you want to use maps instead of random variation to drive the displacement and scale try this :

 

Use a tile sampler instead of the tile generator. Then plug in two maps

1. Scale map input and use that to vary the vertical scale of each tile

2. Vector map input.
Your vertical displacement map should be in the Green channel of that input with the Red channel set to 0.5 and Blue set to 1.0

Then in tile sampler "Position" adjust the Vector map displacement value to adjust  the strength of the map.

 

In the screenshot below I have used two tile generators to generate random Scale and Displacement maps but you could create and plug in bit maps  to act as maps instead. Just match the tile sampler for the number of horizontal and vertical rectangles in the map.

 

2021-08-11_16-24-20.jpg

 

 

Dave

 

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Aug 11, 2021 Aug 11, 2021

Hi Dave!

Many thanks for the help and your patience!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 11, 2021 Aug 11, 2021
LATEST

You're welcome. I hope it takes you closer to achieving your goal.

Dave

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines