setToneMappingParams: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
Lou Montana (talk | contribs) m (Fix example comment) |
||
(30 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{RV|type=command | ||
| arma2oa | | |game1= arma2oa | ||
|version1= 1.62 | |||
|1. | |game2= tkoh | ||
|version2= 1.00 | |||
| | |eff= local | ||
| | |gr1= System | ||
{{Feature arma3|This command is not present in | |descr= Edits tone mapping parameters. Settings are stored even if the concerned tone is not the one currently in use. | ||
{{Feature|arma3|This command is not present in {{arma3}}.}} | |||
| toneName | |s1= toneName [[setToneMappingParams]] params | ||
|p1= toneName: [[String]] - | |p1= toneName: [[String]] - can be one of: | ||
* "Arma" | |||
* "Filmic" | |||
* "Reinhard" | |||
|p2= params: [[Array]] - | |p2= params: [[Array]] of [[Number]]s | ||
* "Arma" - no parameters | |||
* "Filmic" - format [shoulderStrength, linearStrength, linearAngle, toeStrength, toeNumerator, toeDenominator, linearWhite, exposureBias] | |||
* "Reinhard" - format [linearWhite, saturation] | |||
| Nothing | |r1= [[Nothing]] | ||
|x1= <sqf>"Filmic" setToneMappingParams [0.2, 0.3, 0.2, 0.3, 0.01, 3.750, 6, 4];</sqf> | |||
|x2= <sqf>"Reinhard" setToneMappingParams [0.9, -0.003];</sqf> | |||
|x2= < | |||
|x3= <sqf> | |||
// default values | |||
// "Arma" setToneMappingParams []; // no params for "Arma" tone mapping | |||
"Filmic" setToneMappingParams [0.153, 0.357, 0.231, 0.1573, 0.011, 3.75, 6, 4]; // {{arma3}} uses [0.22, 0.3, 0.1, 0.2, 0.01, 0.3, 11.2, 2] for terrains | |||
"Reinhard" setToneMappingParams [0.9, 0]; | |||
</sqf> | |||
| [[setToneMapping]] | |seealso= [[setToneMapping]] [[ppEffectAdjust]] [[ppEffectCommit]] [[ppEffectCommitted]] [[ppEffectCreate]] [[ppEffectDestroy]] [[Post Process Effects]] | ||
}} | }} | ||
Latest revision as of 14:55, 7 December 2023
Description
- Description:
- Edits tone mapping parameters. Settings are stored even if the concerned tone is not the one currently in use.
- Groups:
- System
Syntax
- Syntax:
- toneName setToneMappingParams params
- Parameters:
- toneName: String - can be one of:
- "Arma"
- "Filmic"
- "Reinhard"
- params: Array of Numbers
- "Arma" - no parameters
- "Filmic" - format [shoulderStrength, linearStrength, linearAngle, toeStrength, toeNumerator, toeDenominator, linearWhite, exposureBias]
- "Reinhard" - format [linearWhite, saturation]
- Return Value:
- Nothing
Examples
- Example 1:
- "Filmic" setToneMappingParams [0.2, 0.3, 0.2, 0.3, 0.01, 3.750, 6, 4];
- Example 2:
- "Reinhard" setToneMappingParams [0.9, -0.003];
- Example 3:
- // default values // "Arma" setToneMappingParams []; // no params for "Arma" tone mapping "Filmic" setToneMappingParams [0.153, 0.357, 0.231, 0.1573, 0.011, 3.75, 6, 4]; // Arma 3 uses [0.22, 0.3, 0.1, 0.2, 0.01, 0.3, 11.2, 2] for terrains "Reinhard" setToneMappingParams [0.9, 0];
Additional Information
- See also:
- setToneMapping ppEffectAdjust ppEffectCommit ppEffectCommitted ppEffectCreate ppEffectDestroy Post Process Effects
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note