Mount Fuji Engine  0.8b
MF_API void MFPrimitive_DrawPlane ( const MFVector point,
const MFVector normal,
float  span,
const MFVector colour = MFVector::one,
const MFMatrix mat = MFMatrix::identity,
bool  wireframe = true 
)

Draws a disc representing a plane.

Parameters
pointPoint on the plane where the plane will be drawn.
normalThe planes normal vector.
spanHow far the plane spans from the point.
colourColour of plane.
matWorld matrix for plane.
wireframeRenders the plane in wireframe.
Returns
None.