RenderWare V2.1

Previous Page Index Next Page

RwScene *

RwRenderStereoScene(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 is analogous to RwRenderScene() for mono cameras.

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

See Also

RwBeginStereoCameraUpdate()

RwClearStereoCameraViewport()

RwEndStereoCameraUpdate()

RwRenderStereoClump()

RwShowStereoCameraImage()