au3Irr2 Function Reference
_IrrSetCameraFOVSets 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: TrueFailure: 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]