|
|
| void MFView_ConfigureProjection |
( |
float |
fieldOfView, |
|
|
float |
nearPlane, |
|
|
float |
farPlane |
|
) |
|
|
|
|
Configure the projection of the current view. - Parameters:
-
| fieldOfView | Field of view, in radians. |
| nearPlane | Distance to near clipping plane. |
| farPlane | Distance to far clipping plane. |
- Returns:
- None.
- See also:
- MFView_SetProjection()
MFView_SetAspectRatio()
|
|