Mount Fuji Engine  0.8b
MF_API void MFPrimitive_DrawUntexturedQuad ( float  x,
float  y,
float  w,
float  h,
const MFVector colour = MFVector::one,
const MFMatrix mat = MFMatrix::identity 
)

Draws an untextured square.

Parameters
xX coordinate of square.
yY coordinate of square.
wWidth of square.
hHeight of square.
colourColour of square.
matWorld matrix to be used.
Returns
None.