RwGetCameraLookAt(RwCamera *camera, RwV3d *vector);
Description
Retrieves the cameras "Look At" vector (the direction in which the camera points).
Arguments
camera Pointer to the camera.
vector Pointer to the vector that will receive the "Look At" vector.
Return Value
The argument vector if successful, and NULL otherwise.
See Also