RenderWare V2.1

Previous Page Index Next Page

void

RwRenderImmediateClump(void);

Description

Renders a the clump from within its immediate mode callback.

Arguments

None.

Comments

This function can only be used with an immediate mode callback, and is used to render the clump. An immediate mode callback containing only a call to this function is the same as having an immediate mode callback of NULL (i.e. no callback). This is useful especially for setting materials of a clump 'on the fly'.

See Also

RwImmediateBegin()

RwImmediateEnd()

RwSetupImmediateLine()

RwSetupImmediateTriangle()

RwRenderImmediateTriangle()

RwRenderImmediateLine()