Interface IPostProcessingEffect

Minimal interface for a postprocessing effect as seen by the core stack. Implemented by PostProcessingEffect in engine-components.

interface IPostProcessingEffect {
    isToneMapping?: boolean;
}

Hierarchy (View Summary)

Implemented by

Properties

Properties

isToneMapping?: boolean

When true, this effect is a tonemapping effect. The core stack uses this to detect tonemapping-only scenarios.