SF_EXPORT void OrthoLH(T viewW, T viewH, T fNearZ, T fFarZ);
OrthoLH creates a left-handed orthographic projection matrix.
Parameters |
Description |
T viewW |
The width of the view volume. |
T viewH |
The height of the view volume. |
T fNearZ |
The near clip plane distance. |
T fFarZ |
The far clip plane distance. |