setAperture: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (better not use tinyurl - they get lost over time)
Line 28: Line 28:
<!-- Note Section BEGIN -->
<!-- Note Section BEGIN -->
'''Maruk''': It's up to the maker of the mission to decide if HDR effects are to be disabled and what aperture to be used. Of course, this static aperture setting will not work well after lighting conditions changed too much.
'''Maruk''': It's up to the maker of the mission to decide if HDR effects are to be disabled and what aperture to be used. Of course, this static aperture setting will not work well after lighting conditions changed too much.
(source: http://tinyurl.com/2dqg3c)  
([http://www.flashpoint1985.com/cgi-bin/ikonboard311/ikonboard.cgi?s=5e616cfc43f68196bc449049082a18f9;act=ST;f=68;t=58187;st=15 forum discussion])  
<!-- Note Section END -->
<!-- Note Section END -->
</dl>
</dl>

Revision as of 01:14, 6 March 2009

-wrong parameter ("Arma") defined!-1.00
Hover & click on the images for description

Description

Description:
Sets custom camera aperture (-1 to do it automatically).
Groups:
Uncategorised

Syntax

Syntax:
setAperture aperture
Parameters:
aperture: Number
Return Value:
Nothing

Examples

Example 1:
setAperture 0.3

Additional Information

See also:
See also needed

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

Notes

Maruk: It's up to the maker of the mission to decide if HDR effects are to be disabled and what aperture to be used. Of course, this static aperture setting will not work well after lighting conditions changed too much. (forum discussion)

Bottom Section