MultiTexture

MultiTexture Material explained.

MultiTexture is a shader Node which was developed exclusively for Floor Generator. It allows to distribute randomly up to 16 textures on every board/tile.

The easiest way to create a MultiTexture Material is to take the one you get with the Floor Generator and edit it.

Step 1

Create a new Material and add a MultiTexture Node to it. If you connect one of the output of the MultiTexture Node to Base Color you will already see how inputs of the MultiTexture Node are distributing between boards/tiles.

For next steps it is necessary to have Node Wrangler add-on enabled!

Step 2

Add your board/tile textures to the Shader Editor (Shift-A -> Texture -> Multiple Images).

Step 3

Add Mapping Nodes to the textures.

Select one of the texture and press Ctrl-T or just add a Mapping Node. Select all textures and Mapping Node so that it stays active (last selected) - press K - that will connect all textures vector inputs to the Mapping Node output.

Step 4

Now it is necessary to link an Attribute Node to the Mapping Node Vector input. Attribute Name should be "uv_map".

Step 5

Connect all textures to the inputs of the MultiTexture Node. Use Lazy Connect (Alt-RMB-drag) to speed up the process. It is OK if some inputs of the MultiTexture are empty, just use then the correct output.

Step 6

It is also possible to randomize boards using "Col" Attribute. In this example boards are randomly darkened using Mix Corol Node. You can use "Col" Attribute as a Factor Input to Mask boards randomly.

Step 7

If you also have boards Normal Maps you can link them to the duplicated MultiTexture. They will match Base Color Maps.

Don't forget that Normal Maps should have Non-Color Color Space to work correct.

Step 8

Set Grout Material.

Last updated