Fireflies caused by the sun from the physical_sky This scene consists of a boat model on a plane that represents the sea. Both models have standard_surface shaders assigned to them. As you can see in the image above, there are many 'fireflies' in this scene. In this situation, they are caused by the bright sun disc from the physical_sky shader that is connected to a skydome_light. This kind of noise is difficult to remove by simply increasing the number of samples in the render settings. However, there are several ways to overcome this type of noise. We will work through some of these methods below.
AOVs
One way to identify where the fireflies are coming from is to render the scene using AOVs.
- Open the Render Settings Window and select the AOVs tab. In Inactive AOVs, double click on specular_direct, specular_indirect and specular. These new AOVs should appear under Active AOVs.
- Render the scene and open the AOVs or render them in the IPR window (select the AOV from the AOV drop-down in the IPR window.
AOVs in Arnold's Render Settings
We can instantly tell that they are coming from two places: When rendering out these AOVs, the fireflies are clearly visible:
Specular Roughness
In some situations, increasing the specular_roughness may help to reduce fireflies as it is effectively creating a larger, softer specular hi-light. Increasing the specular_roughness of the standard_surface shader that is assigned to the boat reduces the number of fireflies. However, in this instance, there are still some fireflies evident when using this method.
Specular Samples
Due to the almost mirror-like surface of the sea shader, we are getting extremely high Specular values reflected from the sun onto the Specular sea surface. These high Specular values are very difficult to sample and therefore, in this situation, increasing the number of specular_samples does not help to eliminate the fireflies.
Rayswitch
A better method is to assign a simpler shader for Specular and diffuse rays using a ray_switch shader. When we look at the AOVs we can see that the fireflies are not visible:
Two Standard Surface shaders connected to Rayswitch shader
Clamp Sample Values
Another option is to clamp the output value of the pixels in the scene. This control will clamp pixel samples to the specified maximum value for all shaders in the scene. The images below show the effect clamping has on the fireflies. A value of 1 eliminates the fireflies completely. However, it also removes any dynamic range from the render.
![]() |
![]() |
Clamp Max Value 5
|
Clamp Max Value 1 (fireflies have gone)
|