toneName setToneMappingParams params

Operand types

toneName: String
params: Array

Type of returned value

Description

Edits the given tone map parameters.

Syntax:
toneName: String - the effect name
patams: Array - elements and their function as of yet unknown

Possible mapping names to use:
- "Arma"
- "Filmic"
- "Reinhard"

Used In

Arma2OA

Example

"Filmic" setToneMappingParams [0.2, 0.30, 0.20, 0.30, 0.01, 3.750, 6, 4];

"Reinhard" setToneMappingParams [0.9, -0.003];
Search OFPEC COMREF