RwRemoveClumpFromScene(RwClump *clump);
Description
Removes the clump from its scene.
Arguments
clump Pointer to the clump.
Return Value
The argument clump if successful, and NULL otherwise.
Comments
The clump being removed must be the root of its clump hierarchy, i.e., it must not have a parent clump.
The clump is added to the default scene. Clumps cannot be explicitly removed from the default scene.
See Also