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