NAME
DtCameraGetFarClip - Get the given camera's far clipping
plane value.
SYNOPSIS
#include <Dt.h>
int DtCameraGetFarClip( int cameraID, float *far )
DESCRIPTION
DtCameraGetFarClip() returns the far clipping plane value,
via the pointer to the far parameter, for the camera
cameraID.
DIAGNOSTICS
DtCameraGetFarClip() returns one on success and zero on
failure.
FILES
Link with -lDtOMio