RwTransformCameraOrientation(RwCamera *camera, RwMatrix4d *matrix);
Description
Applies a transformation matrix to the cameras current orientation (which is determined by the "Look At" and "Look Up" vectors). This function does not affect the cameras position.
Arguments
camera Pointer to the camera.
matrix Pointer to the transformation matrix.
Return Value
The argument camera if successful, and NULL otherwise.
See Also