Skip to main content
Participant
April 6, 2023
解決済み

Tiles with a height and color for Tile Generator

  • April 6, 2023
  • 返信数 1.
  • 638 ビュー

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?

 

このトピックへの返信は締め切られました。
解決に役立った回答 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

davescm
Community Expert
davescmCommunity Expert解決!
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