Enumeration ToneMappingMode

A tone mapping mode enumeration.

Enumeration Members

ACES_FILMIC: number

ACES tone mapping with a scale of 1.0/0.6.

AGX: number

Filmic tone mapping. Requires three r160 or higher. https://github.com/EaryChow/AgX.

LINEAR: number

No tone mapping, only exposure.

NEUTRAL: number

Neutral tone mapping by Khronos. Requires three r162 or higher. https://modelviewer.dev/examples/tone-mapping.

OPTIMIZED_CINEON: number

Optimized filmic operator by Jim Hejl and Richard Burgess-Dawson.

REINHARD: number

Simple Reinhard tone mapping.

REINHARD2: number

Modified Reinhard tone mapping.

REINHARD2_ADAPTIVE: number

Simulates the optic nerve responding to the amount of light it is receiving.

UNCHARTED2: number