RenderWare V2.1

Previous Page Index Next Page

RwCamera *

RwEndCameraUpdate(RwCamera *camera);

Description

Performs all necessary housekeeping activities after rendering into the camera’s image buffer is complete.

Arguments

camera Pointer to the camera.

Return Value

The argument camera if successful, and NULL otherwise.

Comments

RwClearCameraViewport(), RwRenderClump() and RwRenderScene() should only be called from within an RwBeginCameraUpdate()RwEndCameraUpdate(). Upon exit from this block, rendering to the specified camera’s image buffer is complete. RwShowCameraImage() can then be used to update the host’s display.

See Also

RwBeginCameraUpdate()

RwClearCameraViewport()

RwRenderClump()

RwRenderScene()

RwShowCameraImage()