camPrepareFocus: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) (see also) |
m (template:command argument fix) |
||
Line 9: | Line 9: | ||
| focusRange is in format [distance,blur]. Prepares the camera focus blur. | | focusRange is in format [distance,blur]. Prepares the camera focus blur. | ||
'''[-1,1]''' will reset default values (auto focusing), '''[-1,-1]''' will disable postprocessing (all is focused). Needs the call of [[camCommitPrepared]] to be conducted. |= | '''[-1,1]''' will reset default values (auto focusing), '''[-1,-1]''' will disable postprocessing (all is focused). Needs the call of [[camCommitPrepared]] to be conducted. |DESCRIPTION= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| camera '''camPrepareFocus''' focusRange |= | | camera '''camPrepareFocus''' focusRange |SYNTAX= | ||
|p1= camera: [[Object]] |= | |p1= camera: [[Object]] |PARAMETER1= | ||
|p2= focusRange: [[Array]] |= | |p2= focusRange: [[Array]] |PARAMETER2= | ||
| [[Nothing]] |= | | [[Nothing]] |RETURNVALUE= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code> _camera '''camPrepareFocus''' [50, 1] </code> |= | |x1= <code> _camera '''camPrepareFocus''' [50, 1] </code> |EXAMPLE1= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[camPreload]], [[camCommitPrepared]], [[camSetFocus]] |= | | [[camPreload]], [[camCommitPrepared]], [[camSetFocus]] |SEEALSO= | ||
}} | }} |
Revision as of 14:35, 7 April 2019
Description
- Description:
- focusRange is in format [distance,blur]. Prepares the camera focus blur. [-1,1] will reset default values (auto focusing), [-1,-1] will disable postprocessing (all is focused). Needs the call of camCommitPrepared to be conducted.
- Groups:
- Uncategorised
Syntax
- Syntax:
- camera camPrepareFocus focusRange
- Parameters:
- camera: Object
- focusRange: Array
- Return Value:
- Nothing
Examples
- Example 1:
_camera camPrepareFocus [50, 1]
Additional Information
- See also:
- camPreloadcamCommitPreparedcamSetFocus
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