Mount Fuji Engine  0.8b
MF_API void MFView_ConfigureProjection ( float  fieldOfView,
float  nearPlane,
float  farPlane 
)

Configure the projection of the current view.

Parameters
fieldOfViewField of view, in radians.
nearPlaneDistance to near clipping plane.
farPlaneDistance to far clipping plane.
Returns
None.
See Also
MFView_SetProjection()
MFView_SetAspectRatio()