au3Irr2 Function Reference
_IrrSetCameraOrthagonalSet the projection of the camera to an orthagonal view, where there is no sense of perspective.
#Include <au3Irrlicht2.au3>
_IrrSetCameraOrthagonal($h_Camera, $f_DistanceX, $f_DistanceY, $f_DistanceZ)
Parameters
$h_Camera | Handle of a camera node. |
$f_DistanceX | X Distance |
$f_DistanceY | Y Distance |
$f_DistanceZ | Z Distance |
Return Value
Success: TrueFailure: False
Remarks
The distance to the target adjusts the width and height of the camera view, essentially the smaller it is the larger the object will appear.
Related
[todo: functionName, functionName]