Versions Compared

Key

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

...

Section
Column
width55%

BRDF Type – Determines the type of BRDF (the shape of the highlight and glossy reflections). This parameter has an effect only if the Reflection Color is different from black and Reflection Glossiness is different from 1from 1.0. For more information, see  The BRDF the BRDF Type example below.

Phong 

Phong – Phong highlight/reflections.


Blinn 

Specular highlights have a bright center with no falloff.
Blinn – Blinn highlight/reflections.


Ward 

Specular highlights have a bright center with a tight falloff.
Ward – Ward highlight/reflections.


GGX 

Specular highlights have a bright center with a falloff broader than Blinn, but tighter than Microfacet GTR (GGX).
GGX – GGX Microfacet highlight/reflections. Specular highlights have a bright center with a longer falloff.

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 V-Ray Chaos Scans are able to capture the correct material representation.

GGX Tail Falloff – Controls the transition from highlighted areas to non-highlighted areas when the BRDF Type is set to GGX.

Color – Reflection color. Note that the reflection color dims the Diffuse ColorFor more information, see The see the Reflection Color Parameter example below.

Glossiness – Controls the sharpness of reflections. A value of 1of 1.0 means 0 means perfect mirror-like reflection; lower values produce blurry or glossy reflections. For more information, see The see the Reflection Glossiness Parameter example below.

Use Fresnel When enabled, makes Makes the reflection strength dependent on the viewing angle of the surface. Some materials in nature (glass, etc.) reflect light in this manner. Note that the Fresnel effect depends on the index of refraction (IOR) as well.  For more information, see the Use Fresnel example below.

Glossy Fresnel – When enabled, uses glossy fresnel Uses glossy Fresnel to interpolate glossy reflections and refractions. It takes the Fresnel equation into account for each "microfacet" of the glossy reflections, rather than just the angle between the viewing ray and the surface normal. The most apparent effect is less brightening of the grazing edges as the glossiness is decreased. With the regular Fresnel, objects with low glossiness may appear to be unnaturally bright and "glowing" at the edges. The Glossy Fresnel calculations make this effect more natural.

Lock Fresnel IOR to Refraction IOR – Allows the user to unlock Unlocks the Fresnel IOR parameter for finer control over the reflections. When this the Lock Fresnel IOR to Refraction IOR is enabled, the Fresnel IOR is locked to the Refraction IOR.

Fresnel IOR – The IOR to use when calculating Fresnel reflections. Normally this is locked to the Refraction IOR parameter, but you can unlock it for finer control. For more information, see The see the Use Fresnel Option example below.

Metalness – Controls the reflection model of the material from dielectric (metalness 0metalness 0.0) to metallic (metalness 1metalness 1.0). Note that intermediate values between 0.0 and 1.0 do between 0.0 and 1.0 do not correspond to any physical material. This parameter can be used with PBR setups coming from other applications. The reflection color should typically be set to white for real world materials.

Thin Film

Enabled – Turns on/off the thin film effect.

Min. Thickness (nm) – Determines the minimum thickness of the thin film in nanometers. For more information, see the Thin Film Thickness example below.

Max. Thickness (nm) – Determines the maximum thickness of the thin film in nanometers. A map can be used to blend between the Min and Max Thickness parameters, and is expected to be in the range of 0-1. If there is no texture map, only the Min thickness value is used.

Thickness Blend – A map used to blend between the Min and Max Thickness parameters. It is expected to be in the range of 0-1.

IOR – Specifies the reflective index of the thin film. A map can be attached to this slot. For more information, see the Thin Film IOR example below.

Anisotropy

Anisotropy – Determines the shape of the highlight. A value of 0of 0.0 means 0 means isotropic highlights. Negative and positive values simulate "brushed" surfaces. For more information, see the Anisotropy example below.

Rotation – Determines the orientation of the anisotropic effect in a float value between 0 and 1 between 0 and 1 (where 0 is 0 degrees and 1 is 360 degrees). For more information, see see the Anisotropy Rotation example below.

Uv Vectors Derivation – Specifies the method for deriving anisotropy axes:

Local Axis – Uses a local axis for the anisotropy effect.
UVW Generator – Allows the user you to assign a UVW Generator for the anisotropy effect.

Axis – Specifies a local object axis for the anisotropy effect when Uv Vectors Derivation is set to Local Axis.

Advanced

Trace Reflections – Enables reflections for the material.

Exit Color – If a ray has reached its maximum reflection depth, this color is returned without tracing the ray further.

Max Depth – The number of times a ray can be reflected. Scenes with lots of reflective and refractive surfaces may require higher values to look correct.

Enable Dim Distance – Enables the Dim Distance parameter which allows you to stop tracing reflection rays after a certain distance.

Dim Distance – Specifies a distance after which the reflection rays are not traced.

Dim Fall-off – A fall off radius for the dim distance.

Soften – Softens the edge of the BRDF at light/shadow transitions

Affect Channels – Allows the user you to specify which channels are going to be affected by the reflectivity of the material.

Color Only – The reflectivity 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 – All channels and render elements are affected by the reflectivity of the material.

Column
width5%

 

Column
width40%

...

Section
bordertrue
Column
width50%

Example:

The

BRDF Type


This example demonstrates the differences between the BRDFs available in V-Ray for Houdini.
Note that the different BRDFs produce different highlights produced by the different BRDFs.
The Reflection Glossiness is set to 0.8.

0.8
Image slider
Panel
borderStylenone

Image Added

 BRDF type is GGX

Modern versatile BRDF type suitable for all kinds of materials.

minLabel-0.8
startIndex4
maxLabel

Panel
borderStylenone
Image Removed

Image Added

BRDF type is Phong

Best used for plastic surfaces.

Panel
borderStylenone
Image Removed

Image Added

BRDF type is Blinn

Multi-purpose BDRF suitable for many common materials.

Image Removed

 BRDF type is GGX
Panel
borderStylenone
Image Removed

Image Added

BRDF type is Ward

Panel
borderStylenone

Useful for cloth materials and chalk-like surfaces.

Slide to change BRDF type.

Column
width50%

Example:

The

Reflection Color

Parameter


This example demonstrates shows how the Reflection color parameter controls the reflectivity of the material. Note that this
This color also acts as a filter for the diffuse color (e.g. stronger reflections dim the diffuse component).
Use Fresnel is disabled.

Image slider
minLabelblack (0, 0, 0)
maxLabel180white (255, 255, 255)
Panel
borderStylenone
Image Removed

Image Added

Reflection color is black (0, 0, 0)

Panel
borderStylenone

Image Added

Reflection color is (51, 51, 51)

Panel
borderStylenone

Image Added

Reflection color is (102, 102, 102)

Panel
borderStylenone

Image Added

Reflection color is (153, 153, 153)

Panel
borderStylenone

Image Added

Image Removed

Reflection color is medium gray (128204, 128204, 128204)

Panel
borderStylenone
Image Removed

Image Added

Reflection color is white (255, 255, 255)

Move the slider to see the example renders.



Anchor
reflectionGlossiness
reflectionGlossiness
Anchor
useFresnelOption
useFresnelOption

...

Section
bordertrue
Column
width50%

Example:

The

Reflection Glossiness

Parameter


This example demonstrates how the Reflection glossiness parameter controls the highlights and reflection blurriness of the material. The Reflection Color is white and Use Fresnel is enabled.

Image slider
minLabel-0.8startIndex41.0
maxLabel0.80
Panel
borderStylenone
Image Removed

Image Added

Reflection Glossiness is 1.0 (perfect mirror reflections)

Panel
borderStylenone

Image Added

Reflection Glossiness = 0.9

Panel
borderStylenone

Image Added

Image Removed

Reflection Glossiness is  = 0.8

Panel
borderStylenone

Image Added

Reflection Glossiness = 0.7

Panel
borderStylenone

Image Added

Image Removed

Reflection Glossiness is  = 0.6

Panel
borderStylenone

Image Added

Reflection Glossiness = 0.5

Panel
borderStylenone

Image Added

Reflection Glossiness = 0.4

Panel
borderStylenone

Image Added

Reflection Glossiness = 0.3

Panel
borderStylenone

Image Added

Reflection Glossiness = 0.2

Panel
borderStylenone

Image Added

Reflection Glossiness = 0.1

Panel
borderStylenone

Image Added

Reflection Glossiness = 0.0

Move the slider to see the example renders.

Column
width50%

Example:

The

Use Fresnel

Option


This example demonstrates the effect of the Use Fresnel option. Note how the strength of the reflection varies with the IOR of the material. For this example, the Reflection color is pure white (255, 255, 255).

Image slider
minLabel01.6
maxLabel1807.6
Panel
borderStylenone
Image Removed

Image Added

Fresnel is offis on, IOR is 1.6

Panel
borderStylenone
Image Removed

Image Added

Fresnel is on, IOR is 1is 2.32

Panel
borderStylenone
Image Removed

Image Added

Fresnel is on, IOR is 2.8

Panel
borderStylenone

Image Added

Fresnel is on, IOR is 3.4

Panel
borderStylenone

Image Added

Fresnel is on, IOR is 4.0

Panel
borderStylenone

Image Added

Fresnel is on, IOR is 4.6

Panel
borderStylenone

Image Added

Fresnel is on, IOR is 5.2

Panel
borderStylenone

Image Added

Fresnel is on, IOR is 5.8

Panel
borderStylenone

Image Added

Fresnel is on, IOR is 6.4

Panel
borderStylenone

Image Added

Image Removed

Fresnel is on, IOR is 10is 7.0

Panel
borderStylenone

Image Added

Fresnel is on, IOR is 7.6

Move the slider to see the example renders.



Anchor
anisotropyParameter
anisotropyParameter
 
Anchor
AnisootropyRotationParameter
AnisootropyRotationParameter

...

Example:

...

Anisotropy and Rotation

...

 

This example demonstrates the effect of the Anisotropy and Rotation parameters, which determines the shape of the highlight. For the examples below the Type was set to Microfacet GTR (GGX).

Section
bordertrue
Column
width50%
Image slider
minLabel-0.8
startIndex4
maxLabel0.8
Panel
borderStylenone

Image RemovedImage Added

Anisotropy = -0.8

Panel
borderStylenone

Image RemovedImage Added

Anisotropy = -0.6

Panel
borderStylenone

Image RemovedImage Added

Anisotropy = -0.4

Panel
borderStylenone

Image RemovedImage Added

Anisotropy = -0.2

Panel
borderStylenone

Image RemovedImage Added

Anisotropy = 0.0

Panel
borderStylenone

Image RemovedImage Added

Anisotropy = 0.2

Panel
borderStylenone

Image RemovedImage Added

Anisotropy = 0.4

Panel
borderStylenone

Image RemovedImage Added

Anisotropy = 0.6

Panel
borderStylenone

Image RemovedImage Added

Anisotropy = 0.8

Move the slider to see the example renders.

Column
width50%
Image slider
minLabel0
maxLabel180
Panel
borderStylenone

Image AddedImage Removed

Rotation = 0

Panel
borderStylenone

Image AddedImage Removed

Rotation = 18

Panel
borderStylenone

Image Added Image Removed

Rotation = 36

Panel
borderStylenone

Image AddedImage Removed

Rotation = 54

Panel
borderStylenone

Image AddedImage Removed

Rotation = 72

Panel
borderStylenone

Image AddedImage Removed

Rotation = 90

Panel
borderStylenone

Image AddedImage Removed

Rotation = 108

Panel
borderStylenone

Image AddedImage Removed

Rotation = 126

Panel
borderStylenone

Image RemovedImage Added

Rotation = 144

Panel
borderStylenone

Image RemovedImage Added

Rotation = 162

Panel
borderStylenone

Image AddedImage Removed

Rotation = 180

Move the slider to see the example renders.

 

...

Anchor
ThinFilmThickness
ThinFilmThickness

...

Section
Column
width20%
 
Column
width60%
Image slider
Panel
borderStylenone


Min Thickness = 0

Panel
borderStylenone

 
Min Thickness = 300

Panel
borderStylenone

 
Min Thickness = 450

Panel
borderStylenone


Min Thickness = 600

Move the slider to see the example renders.

Column
width20%

 

 

Anchor
ThinFilmIOR
ThinFilmIOR

...

Section
Column
width30%
 
Column
width40%
Image slider
Panel
borderStylenone

IOR = 2.0

Panel
borderStylenone

IOR = 2.1

Panel
borderStylenone

IOR = 2.2

Panel
borderStylenone

IOR = 2.3

Panel
borderStylenone

IOR = 2.4

Panel
borderStylenone

IOR = 2.5

Panel
borderStylenone

IOR = 2.6

Panel
borderStylenone

IOR = 2.7

Panel
borderStylenone

IOR = 2.8

Panel
borderStylenone

IOR = 2.9

Panel
borderStylenone

IOR = 3.0

Move the slider to see the example renders.

Column
width30%

 

 

 

Section
Column
width30%
UI Text Box
sizemedium

Previous:

V-Ray Material Bump

Column
width40%

 

Column
width30%
UI Text Box
sizemedium

Next:

V-Ray Material Coat

...