Variable: TONE_MAPPING_OPERATOR
constTONE_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
readonlyaces:"aces"='aces'
The Narkowicz ACES filmic fit: a cinematic highlight rolloff.
reinhard
readonlyreinhard:"reinhard"='reinhard'
A simple color / (color + 1) curve: cheap, but desaturates highlights.