Glossy Material

 

The GlossyThe measure of how well light is reflected from a surface in the specular direction, the amount and way in which the light is spread around the specular direction, and the change in specular reflection as the specular angle changes. Used for shiny materials such as plastics or metals. material is used for shiny materials such as plastics or metals.

Figure 1: Glossy materialUsed for shiny materials such as plastics or metals.

 

Glossy Material Parameters

Material_Glossy_Fig02_Houdini_v2022.JPG

Figure 2: Glossy material parameters

 

DiffuseAmount of diffusion, or the reflection of light photons at different angles from an uneven or granular surface. Used for dull, non-reflecting materials or mesh emitters. - Gives material its color. This parameter also accepts a value or an image-based texture.

SpecularAmount of specular reflection, or the mirror-like reflection of light photons at the same angle. Used for transparent materials such as glass and water. - The value determines the amount of specularity on the mesh. Specular captures the reflective attributes of light sources on the material. It accepts a value, color, or image-based texture.

BRDF - The BRDF (Bidirectional Reflectance Distribution Function) determines the amount of light that a material reflects when light falls on it. For Glossy materials, you can choose from six BRDF models. Specific geometric properties (the micro-facet distribution) of the surface affects each BRDF, which describes the surface's microscopic shape (i.e. micro-facet normals) and scales the brightness of the BRDF's reflections. Refer to the topic on BRDF Models in the Standalone documentation for more information.

Material_Glossy_Fig03_Houdini_v2022.JPG

Figure 3: Examples of the BRDF types

 

Roughness - Determines how much the specular reflection spreads across the surface. In CG terminology, this is also referred to as reflection blur. A value of 0 simulates a smooth reflective surface, such as a mirror. Increasing the value simulates microfacets in the surface, which causes the reflective highlights to spread. For example, to create the look of worn plastic, you would increase the Roughness value. This parameter accepts a value or Texture map (Procedural or Image-based).

Anisotropy - This attribute adjusts the amount of change a surface's reflectance will have, depending on viewing direction.

Rotation - This attribute controls the orientation of the Anisotropy effect.

Spread - Determines the tail spread for the specualr BSDF (Bidirectional ScatteringDefines how fast light gets scattered when traveling through the medium. Distribution Function) model of the specular layer.

Film Width - Simulates the look of a thin film of material on the surface. This is useful when you want to create effects like rainbow colors on the surface of an oil slick. Larger values increase the strength of the effect.

Film IOR - Controls the Index Of Refraction of the thin film. Use this option to adjust the colors visible in the film.

Sheen - This attribute provides control for applying a soft luster to a surface.

Sheen Roughness - Determines how much the sheen spreads across the surface, similar to the roughness control for the specular characteristics.

Index of Refraction - Refers to the Index Of Refraction for Glossy materials that determines the strength of reflections on the surface based on the Fresnel law. The Fresnel law describes the physical properties of light as it is reflected off of a surface at grazing angles. If Index Of Refraction is set to a value higher than 1, the reflection is strongest on the part of the surface that turns away from the viewer’s angle (grazing angles), while the reflection appears weaker or less apparent on the parts of the surface that are perpendicular to the viewing angle. Since this is a physically-based phenomena, the result is a more realistic looking surface. If Index Of Refraction is set to a value lower than 1, then the Fresnel effect is disabled, and the reflection color appears as a uniform color across the highlight. The color of the reflective highlight itself is determined by the color connected to the Specular channel.

In the following examples, the six balls have Roughness values of 0, 0.2, 0.4, 0.6, 0.8, and 1.0 (left to right), and the Specular and Index Of Refraction values have been modified for each rendered image (Figure 4).

Figure 4: Spheres rendered using different settings for Specular and Index

 

Allow Caustics - If enabled, the photon tracing kernel will create caustics for light reflecting or transmitting through the object.

Opacity - Determines what parts of the surface are visible in the render. Dark values indicate transparent areas, and light values determine opaque areas. Values in between light and dark create the look of semi-transparent areas. You can lower the Opacity value to fade the overall visibility of an object, or use a Texture map to vary the opacity across the surface. For example, to make a simple polygon plane look like a leaf, connect a black-and-white image of the leaf’s silhouette to the Opacity channel of the Diffuse shader.

Bump Input - Creates fine details on the material’s surface using a Procedural or Image texture. When you connect a Grayscale texture to this parameter, light areas of the texture give the appearance of protruding bumps, and dark areas create the appearance of indentation. You can adjust the Bump map strength by setting the Power or GammaThe function or attribute used to code or decode luminance for common displays. The computer graphics industry has set a standard gamma setting of 2.2 making it the most common default for 3D modelling and rendering applications. values on the Image texture node. These attributes are covered in more detail under the Texture Overview category.

Normal Input - Creates the look of fine detail on the surface. A Normal map is a special type of Image texture that uses red, green, and blue color values to perturb the normals of the surface at render time, thus giving the appearance of added detail. They can be more accurate than Bump maps, but require specific software such as ZBrush®, Mudbox®, Substance Designer, XnormalTM, or others to generate.

DisplacementThe process of utilizing a 2D texture map to generate 3D surface relief. As opposed to bump and normal mapping, Displacement mapping does not only provide the illusion of depth but it effectively displaces the actual geometric position of points over the textured surface. Input - Adjusts the height of the vertices of a surface at render time using a Texture map. Displacement maps differs from Bump or Normal maps in that the geometry is altered by the texture as opposed to just creating the appearance of detail. Displacement mapping is more complex than using a Bump or Normal map, but the results are more realistic along the surface's silhouette. Displacement mapping is covered in more detail under the Texture Overview category.

Smooth - The Smooth parameter smooths the transition between surface normals. If you disable this option, the edges between the surface's polygons are sharp, giving the surface a faceted look.

Smooth Shadow Terminator - If enabled, self-intersecting shadows for low polygon objects is smoothed according to the polygon's curvature.

Round Edges Input - This creates a shader effect at render time that rounds the sharp edges of objects without modifying and reloading the geometry. Higher values will round the edges more. This is useful to bevel hard edges during render time, like when using low-polygon models. This node is located under the Procedurals section.

Priority - Used to resolve the ambiguity in overlapping surfaces, the surface priority control allows artists to control the order of preference for surfaces. A higher number suggests a higher priority for the surface material, which means it is preferred over a lower priority surface material if a ray enters a higher priority surface and then intersects a lower priority surface while inside the higher priority surface medium.

Custom AOV - Writes a mask to the specified custom AOV.

Custom AOV Channel - Determines whether the custom AOV is written to a specific color channel (R, G, or B) or to all the color channels.

Layer Input - Adds a MaterialThe representation of the surface or volume properties of an object. Layer above the base material. See the Material Layers topic in this manual for more details.