RenderWare V2.1

Previous Page Index Next Page

RwBool

RwInclude(RwClump *clump);

Description

Inserts copies of the polygons and vertices of clump into the current clump under construction. The source polygons and vertices are transformed by the CTM before being added. The materials of the source polygons are copied to the new polygons.

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()

RwIncludeGeometry()

RwProtoBegin()

RwProtoEnd()

RwReadShape()