SF_EXPORT void PerspectiveFocalLengthRH(T focalLength, T DisplayWidth, T DisplayHeight, T fNearZ, T fFarZ);
PerspectiveFocalLengthRH creates a right handed perspective matrix based on focal length.
Parameters |
Description |
T focalLength |
The focal length. |
T DisplayWidth |
The width of the display window. |
T DisplayHeight |
The height of the display window. |
T fNearZ |
The near clip plane distance. |
T fFarZ |
The far clip plane distance. |