Mount Fuji Engine  0.8b
MF_API void MFView_SetCustomProjection ( const MFMatrix projectionMatrix,
bool  bYIsUp 
)

Configure the projection to use a custom projection matrix.

Parameters
projectionMatrixMatrix to be used as the custom projection matrix.
bYIsUpSet to true is the Y axis extends in the 'upward' direction. (ie. towards the top of the screen)
Returns
None.
See Also
MFView_SetProjection()
MFView_SetOrtho()