RwBeginStereoCameraUpdate(RwCamera *camera, void *param);
Description
Use camera as the stereo camera for subsequent rendering operations).
Arguments
camera Pointer to the camera.
param Device dependent parameter.
Return Value
The argument camera if successful, and NULL otherwise.
Comments
For a description of the device dependent parameter, param, see Appendix B.
This function is analogous to RwBeginCameraUpdate() for mono cameras.
camera should have been created using RwCreateStereoCamera()
RwClearStereoCameraViewport(), RwRenderStereoClump(), and RwRenderStereoScene() should only be called from within an RwBeginStereoCameraUpdate() RwEndStereoCameraUpdate().
See Also