RenderWare V2.1

Previous Page Index Next Page

RwBool

RwModelBegin(void);

Description

Sets up a modeling context for prototype declaration and clump creation. Prototype clumps declared within an RwModelBegin()RwModelEnd() block may subsequently be "instanced" when building further prototypes or the desired model.

Arguments

None.

Return Value

TRUE if successful, and FALSE otherwise.

Comments

An RwModelBegin()RwModelEnd() block may have any number of prototype clump declarations but must have one, and only one, top-level RwClumpBegin()RwClumpEnd() block.

See Also

RwClumpBegin()

RwClumpEnd()

RwModelEnd()

RwProtoBegin()

RwProtoEnd()

RwProtoInstance()

RwProtoInstanceGeometry()