Function _IrrSetCameraFOV

au3Irr2

au3Irr2 Function Reference

_IrrSetCameraFOV

Sets the field of vision of the camera.

#Include <au3Irrlicht2.au3>
_IrrSetCameraFOV($h_Camera, $f_FOV)

 

Parameters

$h_Camera Handle of a camera node.
$f_FOV The value is in radians and has a default value of PI / 2.5

 

Return Value

Success: True
Failure: False

 

Remarks

A wide field of vision will give a distorted perspective, if the angle is too narrow the display will feel restricted.

 

Related

[todo: functionName, functionName]