hey guys, how to deal with it when u have 1 model with 2 or more different materials on it ?
for example , u have jacket, or combinaison , suit , and it contains 2 materials, cotton, wool, and rubber for example.
So what is the usual procedure to make high quality production ready model for cinematics ?
How do you control shader/material because rubber and wool don't react on the light the same way.
Replies
You could even use the same shader for fabrics and rubber if you dont need photorealism.
Are you asking how to assign materials to a model?
One set for rubber, another for leather, another for cotton..
Then you use masks to combine the different texture sets into a new texture set.
For example a shoe might have all three of those material types, but you want a single material for the whole shoe. So you combine them together using masks, and end up with a single set of textures (base color, roughness, etc.) that defines all the materials for the shoe.
The majority of surfaces can be represented with a standard pbr type material. If you have something transparent, hairy or weird in another way it will need to be separated off into a separate material.
This is a rule of thumb, your project requirements may well mean you have to do something different
There is no always. Ever