Skip to main content
Participant
April 6, 2023
Answered

Tiles with a height and color for Tile Generator

  • April 6, 2023
  • 1 reply
  • 633 views

I already have two tiles, each with a heightmap and a colormap:

Is there a way to combine them for a Tile Generator that randomly places them?

Now I have this result (picture below), but here is only the height. How to assign the correct color to each tile in the final result?

 

This topic has been closed for replies.
Correct answer davescm

Instead of a tile generator, use a tile sampler and a tile sampler colour. Then drive both tile samplers using a pattern distribution map made from a tile generator. Example below:

 

 

Dave

 

1 reply

davescm
Community Expert
davescmCommunity ExpertCorrect answer
Community Expert
April 7, 2023

Instead of a tile generator, use a tile sampler and a tile sampler colour. Then drive both tile samplers using a pattern distribution map made from a tile generator. Example below:

 

 

Dave