RwAddPolygonsToClump(RwClump *dest, RwClump *source);
Description
Makes copies of all the polygons (and their associated vertices and materials) in the source clump and adds them to the destination clump.
Arguments
dest Pointer to the destination clump.
source Pointer to the source clump.
Return Value
The argument dest if successful, and NULL otherwise.
Comments
As this function modifies the geometry of the destination clump, the destination clump is made editable (the rwEDITABLE hint is set).
See Also