Subsurface scattering (SSS) is a fascinating optical phenomenon that plays a crucial role in the appearance of many materials. From the glow of human skin to the translucency of leaves, SSS is everywhere in our daily lives. Despite its prevalence, it often goes unnoticed because it’s a natural part of how we perceive the world. However, in fields like computer graphics and visual effects, understanding and simulating SSS is vital for creating realistic images.
What is Subsurface Scattering?
Subsurface scattering occurs when light penetrates the surface of a translucent material, interacts with the material, and then exits at a different location. This process scatters the light within the material, which is why it’s called “subsurface scattering.” The phenomenon can be observed in various materials such as skin, milk, wax, and leaves, where it contributes to their unique appearances.
A Simple Demonstration
To see SSS in action, you can use a simple experiment with your hand and a light source, such as your phone’s flashlight. Place your hand in front of the light and observe the red glow that appears, especially around the edges of your fingers. This red glow is a result of light entering the skin, scattering within the tissue, and then emerging. The intensity and color of the glow vary depending on the thickness of the material and the wavelength of light, with red light often being more prominent due to its longer wavelength, which penetrates deeper into the material.
How Subsurface Scattering Works
The behavior of light as it passes through a material is influenced by several factors:
- Absorption: Some light is absorbed by the material, with the amount depending on the material’s properties.
- Scattering: Light scatters inside the material, changing direction many times before emerging.
- Refraction: As light enters and exits the material, it bends due to changes in speed between different media.
In highly absorptive materials like rock, light barely penetrates, resulting in little to no scattering. In contrast, materials like glass allow light to pass through with minimal absorption, making subsurface scattering negligible.
The Importance of Subsurface Scattering
Subsurface scattering is critical for achieving realism in digital graphics. Human perception is finely tuned to recognize natural materials, and we can easily detect when something looks off. For instance, in computer-generated imagery (CGI), if human skin or leaves lack the soft, diffused light characteristic of SSS, they appear artificial, like plastic or rubber.
Realism in Digital Media
In the realm of visual effects, video games, and 3D animation, accurately simulating SSS can make the difference between a believable scene and one that feels uncanny. Realistic rendering of skin, in particular, is challenging because it must capture the complex interplay of light with multiple layers, including the epidermis and dermis. This complexity is why advanced techniques and technologies are often employed to replicate SSS in digital environments.
Achieving Subsurface Scattering in 3D Rendering
There are several methods to simulate SSS in digital media, each varying in complexity and fidelity. Below, we discuss two popular approaches used with Octane, a high-performance, GPU-accelerated rendering engine.
Method 1: Using Transmission and Medium


The first method involves using transmission and medium properties within a diffuse material:
- Create a Diffuse Material: Start by creating a diffuse material and selecting the base color, which represents the surface color.
- Enable Transmission: Activate the transmission option and choose a color for the scattered light. This step determines how light passes through the material.
- Adjust Medium Properties: In the medium settings, use the scattering medium to control how light is absorbed and scattered. This includes adjusting parameters like absorption and scattering coefficients to simulate the desired material properties.
While this method is relatively quick and provides good results, it may not capture the subtleties of SSS as precisely as more advanced techniques.
Method 2: Using SSS Nodes
A more sophisticated approach involves using Octane mix materials and nodes, offering greater control over the rendering process:
- Create Octane Mix Material: Begin by creating an Octane mix material, which allows blending between different material types.
- Node Editor Setup: Inside the node editor, create two new materials: glossy and specular. Add these to the mix material.
- Scattering Medium Configuration: For the specular material, configure the medium settings by adding a scattering medium. Use RGB Spectrum nodes to control absorption and scattering colors, fine-tuning the material’s appearance.
- Adjust Transparency and Roughness: Modify the material’s transparency using a float texture in the mix material’s amount slot. Additionally, adjust the roughness of the glossy and specular materials to achieve the desired surface characteristics.
This method provides a high degree of control and can produce stunningly realistic results, making it a preferred choice for professional applications.
Applications of Subsurface Scattering
SSS is widely used in various industries, from entertainment to scientific visualization. Here are a few examples:
Film and Animation
In film and animation, SSS is essential for rendering lifelike characters and environments. Whether it’s the realistic skin of an animated character or the waxy appearance of a candle, SSS helps to convey texture and depth, enhancing the viewer’s immersion.
Product Design
Product designers use SSS in visualizing materials like plastics, rubber, and even certain types of fabrics. Accurately simulating how these materials interact with light can be crucial for marketing and prototyping, providing a better understanding of the final product’s appearance.
Medical Visualization
In medical visualization, SSS is used to create realistic renderings of tissues and organs. This is particularly important in educational tools and simulations, where accurate visual representation can aid in understanding complex biological structures.
Conclusion
Subsurface scattering is a complex yet integral part of how we perceive the world. Its role in creating realistic images, especially in digital media, cannot be overstated. Whether you’re a 3D artist, a product designer, or simply someone fascinated by the interplay of light and material, understanding SSS is key to appreciating the subtleties of visual realism. As technology advances, the methods for simulating SSS continue to evolve, offering even more opportunities to explore and replicate the natural beauty of light scattering beneath the surface.

