NAME
DtCameraGetType - Get the camera type for the given camera.
SYNOPSIS
#include <Dt.h>
int DtCameraGetType( int cameraID, int *type )
DESCRIPTION
DtCameraGetType() returns the camera type, via the pointer
to the type parameter, given the index of the camera into
the camera list, via the cameraID parameter. The possible
values for the type parameter are:
DT_PERSPECTIVE_CAMERA - perspective camera
DT_ORTHOGRAPHIC_CAMERA - orthographic camera
DIAGNOSTICS
returns one on success and zero on failure.
FILES
Link with -lDtOMio