Skip to main content

Variable: TONE_MAPPING_OPERATOR

const TONE_MAPPING_OPERATOR: object

Defined in: rendering/enums/tone-mapping-operator.enum.ts:11

The TONE_MAPPING_OPERATOR lookup defines the curve createToneMapEcsSystem uses to compress HDR color into displayable [0, 1] range.

Type Declaration

aces

readonly aces: "aces" = 'aces'

The Narkowicz ACES filmic fit: a cinematic highlight rolloff.

reinhard

readonly reinhard: "reinhard" = 'reinhard'

A simple color / (color + 1) curve: cheap, but desaturates highlights.