RenderWare V2.1

Previous Page Index Next Page

RwBool

RwIncludeGeometry(RwClump *clump);

Description

Inserts copies of the polygons and vertices of the clump into the current clump under construction. The source polygons and vertices are transformed by the CTM before being added to the current clump. The current material is assigned to the new polygons (the materials of the source polygons are ignored).

Arguments

clump Pointer to the clump.

Return Value

TRUE if successful, and FALSE otherwise.

Comments

This function can only be called within the context of an RwClumpBegin()RwClumpEnd() or RwProtoBegin()RwProtoEnd() block.

See Also

RwClumpBegin()

RwClumpEnd()

RwInclude()

RwProtoBegin()

RwProtoEnd()

RwReadShape()