SF_EXPORT void PerspectiveFocalLengthLH(T focalLength, T DisplayWidth, T DisplayHeight, T fNearZ, T fFarZ);
PerspectiveFocalLengthLH creates a left 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. |