Mount Fuji Engine  0.8b
MF_API void MFPrimitive_DrawBox ( const MFVector boxMin,
const MFVector boxMax,
const MFVector colour = MFVector::one,
const MFMatrix mat = MFMatrix::identity,
bool  wireframe = true 
)

Draws a box.

Parameters
boxMinMin coordinate of the box.
boxMaxMax coordinate of the box.
colourColour of box.
matWorld matrix for rendering.
wireframeRenders the box in wireframe.
Returns
None.