# LightingSettings.DenoiserType

> The available denoisers for the Progressive Lightmapper.

## Definition

* **Type:** Enum
* **Namespace:** [UnityEngine](/engine/6000.5/script-reference/unityengine.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public enum LightingSettings.DenoiserType
```

## Fields

| Value                                                                                               | Description                                     |
| --------------------------------------------------------------------------------------------------- | ----------------------------------------------- |
| [None](/engine/6000.5/script-reference/unityengine/lightingsettings/denoisertype/none.md)           | Use this to disable denoising for the lightmap. |
| [OpenImage](/engine/6000.5/script-reference/unityengine/lightingsettings/denoisertype/openimage.md) | Intel Open Image Denoiser.                      |
