Mount Fuji Engine  0.8b
MF_API void MFPrimitive_DrawCone ( const MFVector base,
const MFVector point,
float  radius,
int  segments = 8,
const MFVector colour = MFVector::one,
const MFMatrix mat = MFMatrix::identity,
bool  wireframe = true 
)

Draws a cone.

Parameters
basePoint in the center of the base.
pointThe tip of the cone.
radiusRadius of the base of the cone.
segmentsNumber of segments (Subdivisions around the cone).
colourColour of cone.
matWorld matrix for rendering.
wireframeRenders the cone in wireframe.
Returns
None.