RwGetCameraLookUp(RwCamera *camera, RwV3d *vector);
Description
Retrieves the cameras "Look Up" (or V) vector.
Arguments
camera Pointer to the camera.
vector Pointer to the vector that will receive the "Look Up" vector.
Return Value
The argument vector if successful, and NULL otherwise.
See Also