NVIDIA Material Definition Language Handbook
If you want understand what is inside Iray materials and what you can do in Shader Mixer it is must read.
You may need some time to understand how come from
to nodes or how use code (custom MDL) in Shader Mixer, but it's worth the effort.
If you want understand what is inside Iray materials and what you can do in Shader Mixer it is must read.
You may need some time to understand how come from
Code:
material plaster ()
= material (
surface: material_surface (
scattering: df::diffuse_reflection_bsdf (
tint: color(0.7) )));