Api DenoiseModes
enum

DenoiseModes

public sealed enum DenoiseModes : Enum

Enum Values

Name Value Description
Spatial Applies spatial denoising to reduce noise by averaging pixel values within a local neighborhood. This method smooths out noise by considering the spatial relationship between pixels in a single frame.
Temporal Applies temporal denoising to reduce noise by averaging pixel values over multiple frames. This method leverages the temporal coherence of consecutive frames to achieve a noise-free result.
Assembly: Sandbox.Engine Declaring Type: AmbientOcclusion Full Name: Sandbox.AmbientOcclusion.DenoiseModes