RenderWare V2.1

Previous Page Index Next Page

RwCamera *

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

This function is analogous to RwEndCameraUpdate() for mono cameras.

RwClearStereoCameraViewport(), RwRenderStereoClump() and RwRenderStereoScene() should only be called from within an RwBeginStereoCameraUpdate()RwEndStereoCameraUpdate(). Upon exit from this block, rendering to the specified camera’s image buffer is complete. RwShowStereoCameraImage() can then be used to update the host’s display.

See Also

RwBeginStereoCameraUpdate()

RwClearStereoCameraViewport()

RwRenderStereoClump()

RwRenderStereoScene()

RwShowStereoCameraImage()