TONE_MAPPING
const TONE_MAPPING
Possible values for the toneMapping option.
This is used to approximate the appearance of high dynamic range (HDR) on the low dynamic range medium of a standard computer monitor or mobile device's screen.
Type: object
| PROPERTY | TYPE | DESCRIPTION | 
|---|---|---|
| LINEAR | THREE.LinearToneMapping | |
| REINHARD | THREE.ReinhardToneMapping | |
| CINEON | THREE.CineonToneMapping | |
| ACES_FILMIC | THREE.ACESFilmicToneMapping |