Back to class index
| Frustum::SetOrthographicSyntaxvoid Frustum::SetOrthographic(float orthographicWidth, float orthographicHeight); [7 lines of code]Makes this Frustum use an orthographic projection formula with the given FOV parameters. A Frustum that uses the orthographic projection is shaded like a cube (an OBB). Note Calling this function recomputes the cached projection matrix of this Frustum. See Also |