RwBeginCameraUpdate(RwCamera *camera, void *param);
Description
Makes camera the current camera (the camera used in 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.
RwClearCameraViewport(), RwRenderClump(), and RwRenderScene() should only be called from within an RwBeginCameraUpdate() RwEndCameraUpdate().
See Also