RenderWare V2.1

Previous Page Index Next Page

RwBool

RwDestroyStereoCamera(RwCamera *camera);

Description

Destroys the stereo camera.

Arguments

camera Pointer to the camera.

Return Value

TRUE if successful, and FALSE otherwise.

Comments

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

All cameras not explicitly destroyed are automatically destroyed by RwClose().

This function does not destroy the device dependent object specified in the call to RwCreateStereoCamera(). Furthermore, the camera’s backdrop raster (if any) is not destroyed.

See Also

RwClose()

RwCreateStereoCamera()

RwDuplicateCamera()

RwSetCameraBackdrop()