Specular (Glass) Material

 

The 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. material is used for transparent materials such as water or glass. When light hits a surface, it is either reflected, absorbed, or refracted. Additionally, light changes its behavior when it transitions from one medium (for example air) into another medium (for example glass), it reduces speed, and changes direction.

SpecularGlassMaterial_Fig01_Blender_V3-08

Figure 1: An object rendered with the Specular materialUsed for transparent materials such as glass and water.

 

Figure 2: Specular material parameters

 

Specular Material Parameters

Reflection - Determines surface reflection strength. Lower values increase the ability to transmit light through the object volume. Reflection and Index Of Refraction work close together to tune Specular material reflectivity.

TransmissionA surface characteristic that determines if light may pass through a surface volume. - Controls how light passes through a transparent surface. Transmission and Index Of Refraction work close together to control surface transparency, and Transmission accepts color or texture input. A value of 1 lets light pass through the surface, making it transparent. To create a mirror surface, set this parameter to a black color, and set Index Of Refraction to 0 (Figure 2). To create colored glass, change the color to something other than white or black. Transmission is different than Opacity - Transmission controls transparency, while Opacity controls surface visibility. You can use Transmission to create reflective glass surfaces, and then use Opacity to create a hole in the surface.

BRDF Model- The BRDF (Bidirectional Reflectance Distribution Function) determines the amount of light that a material reflects when light falls on it. For Specular materials, you can choose from three 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.

Figure 3: Beckmann vs GGX falloff curve

 

Figure 4: BRDF effect on a low roughness surface

 

Figure 5: BRDF effect on a high roughness surface

 

Roughness - Simulates the micro-facets effect in the surface, which blurs surface reflections and surface transparency. To create a translucent plastic look, you make a surface with a white or light-colored Transmission color and a Roughness value greater than 0. This parameter accepts a color value or texture (Procedural or Image) - you'll want to use an alpha image or value. Hue information won't affect Roughness.

Anisotropy - Controls the material's reflectance uniformity. Reflectance changes based on surface orientation, or if the rotation is Anisotropic. If the reflectance is uniform in all directions and doesn't change based on the surface's orientation or rotation, then it is Isotropic. This parameter's default value is 0, which sets the Metallic material as Isotropic. Non-zero values mean the material exhibits Anisotropic reflectance, where -1 is horizontal and 1 is vertical.

Figure 6: Anisotropic roughness exemplified in materials like brushed metal

 

Rotation - The rotation of the anisotropic Specular reflection channel.

Spread - Determines the tail spread of the specular BSDF.

Index Of Refraction - Describes the change in the speed of light as it passes through a medium. As light photons move through surfaces like water, they slow down and change direction. This change appears as the object distorting on the other side of the water's surface. A vacuum's Index Of Refraction (IOR) is 1, and water's IOR is 1.33, meaning light travels 1.33 times faster through a vacuum than water. Most transparent surfaces' IOR is accessible on the internet. Knowing a surface's correct IOR is important for replicating a surface's look in OctaneRender®.

Film Width - Simulates the look of thin film material on a surface, like creating a rainbow color effect that appears on an oil slick's surface. Larger values increase the effect's strength.

Film IOR- Controls the film's IOR by adjusting its visible colors.

Dispersion Coefficient - Increasing this value increases the coloration amount and dispersion in the object's transmission and in caustics.

Medium - OctaneRender® has two mediums you can use to create translucent surfaces: AbsorptionDefines how fast light is absorbed while passing through a medium. and ScatteringDefines how fast light gets scattered when traveling through the medium.. To use these mediums, connect the Specular material's Medium input to one of these Medium nodes:

Opacity - Determines what surface parts are visible in the render. Dark values indicate transparent areas, and light values indicate opaque areas. Values between light and dark indicate semi-transparent areas. Lowering the Opacity value fades the object's overall visibility, or you can use a Texture map to vary the surface's opacity. For example, if you want to make a simple polygon plane look like a leaf, you connect a black-and-white image of the leaf's silhouette to the 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. shader's Opacity channel. When you use an Image texture map, set the Data type to Alpha Image if the image has an Alpha ChannelA greyscale image used to determine which areas of a texture map are opaque and which areas are transparent., or Grayscale image for black-and-white images, to load an image for setting transparency. Use the image's Invert checkbox to invert the transparency regions.

Fake Shadows - Activates the Architectural glass option for all meshes sharing that material. When enabled, Specular materials exhibit Architectural glass characteristics with its transparent feature, allowing light to illuminate enclosed spaces or frame an exterior view.

Affect Alpha - This option lets refractions affect the Alpha Channel, as long as you enable the Alpha Channel in the Kernel settings.

Thin wall - When enabled, the geometry becomes very thin, so the ray bounce exits the material immediately, rather than entering the medium.

Bump - Creates fine details on material surfaces using a Procedural or Image texture. When you connect a Grayscale image texture to this parameter, light areas appear as protruding bumps, and dark areas appear as indentations. 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 Grayscale image texture node. The Texture Overview topic in this manual covers these attributes in more detail.

Normal - Creates fine details on the surface. A Normal map is a special type of Image texture that uses red, green, and blue color values to perturb the surface normals at render time, giving the appearance of added detail. They can be more accurate than Bump maps, but require specific software, such as ZBrush®, Mudbox®, Substance Designer, xNormal, or others to generate. To load a full-color Normal map, set the Normal channel to the RGB Image data type. Note that Normal maps take precedence over Bump maps, so you cannot use a Normal map and a Bump map at the same time.

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. - Adjusts surface vertices' height at render time using a Texture map. Displacement maps differ from Bump or Normal maps by having the texture alter the geometry, as opposed to creating the appearance of detail on the surface. Displacement mapping is more computationally expensive than Bump or Normal mapping, but results are more realistic, especially along the surface silhouette. The Texture Overview topic in this manual has more information.

Smooth - Smooths out the transition between surface normals by blending the edges between polygons together. When disabled, the edges between surface polygons appear sharp, giving the surface a faceted look.

Smooth Shadow terminator - If enabled, self-intersecting shadow terminator for low polygon is smoothed according to polygon's curvature.

Round Edges - Rounds the edges of geometry by using a shading effect, rather than creating additional geometry. Refer to the Round Edges topic in this manual for more information.

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.

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