RenderWare V2.1

Previous Page Index Next Page

RwCamera *

RwSetCameraLookAt(RwCamera *camera, RwReal x, RwReal y, RwReal z);

Description

Sets the camera’s "Look At" vector, while maintaining its position.

Arguments

camera Pointer to the camera.

x X component of the vector.

y Y component of the vector.

z Z component of the vector.

Return Value

The argument camera if successful, and NULL otherwise.

See Also

RwCreateCamera()

RwGetCameraLookAt()

RwPanCamera()

RwPointCamera()

RwResetCamera()

RwSetCameraLookUp()

RwTiltCamera()

RwTransformCameraOrientation()