Layered Materiel not rendering properly?

I have problems doing layered materiel; i have a repeatable materiel and an asset materiel overlaying using a color mask however its not rendering properly. Im new to layering materiels, can someone help me out.

ok

http://i.imgur.com/fIIO0pH.png

bad

http://i.imgur.com/0w0k3FV.png

Left -Asset materiel, Right- Repeatable materiel

http://i.imgur.com/VbuZmbi.jpg

Main materiel

http://i.imgur.com/CwAbfTo.jpg

Hi -

Can you let me know what you are expecting with your Layered Material, it could be that your alpha texture input is backwards and you are rendering your top where you want you base and vice versa.

Thank You

Eric Ketchum

i want the tilable materiel to be on top of the asset materiel. I inverted the alpha and it renders correctly however the tilable texture only comes on the ‘white area of the alpha’. Is there another way of doing this. I want two materiels to be on top of each other blended together

Hi AzamKhan -

If you want the Materials to be blended directly on top of one another, use a Scalar Value of 0.5 in the alpha input instead of the texture Alpha. If you want certain places to be more of one material than the other use a LERP node with A set to 0.5 and B set to either 0 or 1 depending on whether you want to Base or Top Material to be more prevalent and the Alpha Texture plugged into the Alpha of the LERP. Finally, place the output of the LERP into you MaterialLayerBlend as the Alpha.

Thank You

Eric Ketchum

This happens if i try to increase the value of the tilable materiel with the alpha it works fine if both are set to 0.5

it works fine if both are set to 0.5

If 0.5 into the both of the LERPs gives you the results you are after, then you can just plug in a 0.5 into the Alpha Value of your Blend, it will save a few instruction counts.

Eric