RenderWare V2.1

Previous Page Index Next Page

RwScene *

RwRenderScene(RwScene *scene);

Description

Renders the scene into the current camera’s image buffer.

Arguments

scene Pointer to the scene.

Return Value

The argument scene if successful, and NULL otherwise.

Comments

This function can only be called in the context of an RwBeginCameraUpdate()RwEndCameraUpdate() block.

See Also

RwBeginCameraUpdate()

RwClearCameraViewport()

RwEndCameraUpdate()

RwRenderClump()

RwShowCameraImage()