SF_EXPORT void OrthoOffCenterLH(T viewMinX, T viewMaxX, T viewMinY, T viewMaxY, T fNearZ, T fFarZ);
OrthoOffCenterLH creates a customized left-handed orthographic projection matrix.
Parameters |
Description |
T viewMinX |
The minimum x value of the view volume. |
T viewMaxX |
The maximum x value of the view volume. |
T viewMinY |
The minimum y value of the view volume. |
T viewMaxY |
The maximum y value of the view volume. |
T fNearZ |
The near clip plane distance. |
T fFarZ |
The far clip plane distance. |