CAViewer::SetCameraCoi

CAViewer class

Sets the camera center of interest (COI).

BOOL SetCameraCoi(
  float xpos,
  float ypos,
  float zpos
  );

Parameters

xpos
The X position.

ypos
The Y position.

zpos
The Z position.

Return Value

Returns TRUE if the operation was successful; otherwise, FALSE.

Remarks

Defines the point that the camera is looking to.

See Also

CAViewer::GetCameraCoi, CAViewer::SetCameraPosition