Implementation of a simple to use camera rendering pass, which supports SSAO, Bloom and other rendering effects.

Constructors

Properties

bloom: Bloom = ...

Bloom settings.

debug: "scene" | "bloom" | "ssao" | "vignette" | "dofcoc" | "dofblur" = null

Debug rendering. Set to null to disable.

dof: Dof = ...

DoF settings.

fringing: Fringing = ...

Fringing settings.

grading: Grading = ...

Grading settings.

rendering: Rendering = ...

Rendering settings.

ssao: Ssao = ...

SSAO settings.

taa: Taa = ...

Taa settings.

vignette: Vignette = ...

Vignette settings.

Accessors

Methods