I am trying to figure out how to best create a multi-layer material for use on a landscape or other objects where I want to blend multiple materials/surfaces using masks.
Right now I have a MaterialX material with multiple MaterialX Standard Surface shaders. I can use the MaterialX 'mix' node with a mask to successfully 'layer' one surface atop another but when I add a third mix node and try to blend a third surface shader I only see the vertex colors of the object instead of any material.
Limited troubleshooting seems to indicate that I cannot use additional mix nodes to layer more shaders for some reason. The mix node works fine in other scenarios where I am using multiple of them in succession to layer textures instead of surfaces, however.
I know I can accomplish this sort of layering with a single surface shader by just mixing multiple sets of texture channels using masks instead of mixing surfaces, but I want to explore using layered surfaces instead due to the simplified network.
Attached are some images showing the material setup using the vertex colors as masks as well as a the .hiplc file. In the second image you can see how trying to blend a third surface fails.
I am wondering if I am just setting this up wrong or if there is a more correct way to do this type of masking/layering of shaders.
How to correctly layer multiple surfaces with MaterialX?
340 2 0- Nicholaswillis
- Member
- 3 posts
- Joined: Sept. 2022
- Offline
- GustavBP
- Member
- 2 posts
- Joined: Nov. 2016
- Offline
It would seem like this is currently only supported in Karma CPU
Will Karma XPU support mixing more than two MtlX materials? [www.sidefx.com]
Will Karma XPU support mixing more than two MtlX materials? [www.sidefx.com]
- Siavash Tehrani
- Member
- 729 posts
- Joined: July 2005
- Offline
Nicholaswillis
I know I can accomplish this sort of layering with a single surface shader by just mixing multiple sets of texture channels using masks instead of mixing surfaces
This is what you'll have to do for the time being. The devs have said they'd like to tackle mixing more than two Standard Surface materials with XPU, but that it won't be a quick and easy thing to pull off (paraphrasing here).
-
- Quick Links