RenderWare V2.1

Previous Page Index Next Page

RwClump *

RwCreateClump(RwInt32 vcount, RwInt32 pcount);

Description

Creates a new, empty clump. The clump is added to the default scene.

Arguments

vcount Initial number of vertices.

pcount Initial number of polygons.

Return Value

A pointer to the new clump if successful, and NULL otherwise.

Comments

The arguments vcount and pcount are initial guidelines only, the actual number of polygons and vertices in a clump is not constrained by these initial values.

See Also

RwAddPolygonsToClump()

RwAddPolygonToClump()

RwAddVertexToClump()

RwClumpBegin()

RwClumpEnd()

RwCreateSprite()

RwDestroyClump()

RwDuplicateClump()

RwReadShape()