Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section
Column
width60%

Some options are available only in Advanced mode.

Reflection – Enables reflection of the material.

Reflection Color – Specifies the reflection color. Note that the reflection color dims the diffuse surface color based on the Energy preservation option. For more information, please see the Reflection Color Parameter example below.

Reflection Glossiness* – Available when the Surface control option is set to Use Glossiness. Specifies the sharpness of reflections. A value of 1.0 means perfect mirror-like reflection; lower values produce blurry or glossy reflections. Use the Subdivs parameter below to control the quality of glossy reflections. For more information, please see the Reflection Glossiness Parameter example below.

Reflection Roughness – Available when the Surface control option is set to Use Roughness. Specifies the sharpness of reflections. A value of 0.0 means perfect mirror-like reflection; higher values produce blurry or glossy reflections. Use the Subdivs parameter below to control the quality of glossy reflections.

Fresnel – When enabled, the reflection strength depends on the viewing angle of the surface. Some materials in nature (e.g. glass, etc.) reflect light in this manner. Note that the Fresnel effect depends on the index of refraction as well. For more information, please see the Fresnel Option example below.

Reflection IOR*  – When disabled, the Refraction IOR is used as Reflection IOR. Enable for finer control over the Reflection IOR.

Metalness* – Controls the reflection model of the material from dielectric (metalness 0.0) to metallic (metalness 1.0). Note that any intermediate value between 0.0 and 1.0 does not correspond to a physical material. This parameter can be used with PBR setups coming from other applications. The Metalness texture map should be considered a mask between two different types of materials: dielectric or conductive.

GTR Tail Falloff – Active only when the BRDF is set to GGX. It allows fine tuning of the specular reflections by controlling the transition from highlighted to non-highlighted areas. Higher values such as the default make the highlights sharper, while lower values make the transition more subtle. This parameter does not affect the size of the actual highlight - this is controlled by the Reflect glossiness paramater. For more information, please see the GTR tail falloff example below.

Surface Control – Changes the behavior of all material parameters controlling the surface smoothness:

Use Glossiness – The base and coat reflection layers as well as the Sheen will use Glossiness values. A value of 1.0 means perfectly smooth surface, while a value of 0.0. means rough/diffuse-like reflection.
Use Roughness – The base and coat reflection layers as well as the Sheen will use Roughness values. A value of 1.0 means rough/diffuse-like reflection, while a value of 0.0. means perfectly smooth surface.

BRDF – Determines the type of BRDF (the shape of the highlight). There are 4 types available - PhongBlinnWardMicrofacet GTR (GGX). For more information, please see the BRDF Type example below.

UI Text Box
typetip

GGX is the most modern and flexible BRDF (Bidirectional reflectance distribution function) type and is able to better represent a broad range of materials thanks to its ability to control the shape of the specular lobe. There currently isn't any particular performance difference between models and there is little reason to choose any of the other types.

Expand
titleRead more...

Historically, the Phong, Blinn, Ward and GGX are successive reflectance models developed over the years in computer graphics where each model aimed to improve on the limitations of the previous ones. For example, the specular highlights with the Phong model have a very narrow and bright center with no falloff, but it doesn't work well with anisotropic reflections. The Blinn model has broader highlight center with a tight falloff. The Ward model has an even broader center and falloff. The GGX model has a bright center and an even longer falloff (at default settings). In the past, each model's characteristics resembled more closely a certain type of material, for example Phong could be used for plastics, Ward for cloth and metals, and Blinn for other common surfaces. However with the introduction of the GGX model, all of these surfaces can be approximated well, thus reducing the need for using the other models.

 

It should be noted that no principled model is able to represent all possible materials entirely accurately, and where those models fail - for example when the material isn’t viewed frontally - only approaches such as that of VRscans are able to capture the correct material representation. 

Back Side Reflect – When disabled, reflections are calculated for the front side of the objects only. When enabled back-side reflections are also calculated. 

Max depth – Specifies the number of times a ray can be reflected. Scenes with lots of reflective and refractive surfaces may require higher values to look right.

Affect Channels – Specify which channels are affected by the reflectivity of the material.

Color Only – The reflectivity of the material affects only the RGB channel of the final render
Color+Alpha – Causes the material to transmit the alpha of the reflected objects instead of displaying an opaque alpha.
All Channels – The reflectivity of the material affects all channels and render elements.

 

UI Text Box
typenote

When selecting the Affect All channels option, be aware that the information of the respective component affects all render elements, therefore the Back to Beauty composition will not match the RGB result from the renderer.

 

Trace Reflections – Enables reflection tracing for the current material. If disabled, disables only reflections and not specular highlights.

Column
width5%

 

Column
width35%

...